Backed out changeset 9b1e2e6ceb70 (bug 1785853) for causing mochitest failures on browser_setup_state.js CLOSED TREE

This commit is contained in:
Norisz Fay
2022-10-12 17:50:02 +03:00
parent 59de038bc3
commit f7de136a6d
3 changed files with 0 additions and 186 deletions

View File

@@ -74,7 +74,6 @@ export const TabsSetupFlowManager = new (class {
lazy.gNetworkLinkService.isLinkUp;
this.syncIsWorking = true;
this.syncIsConnected = lazy.UIState.get().syncEnabled;
this.didFxaTabOpen = false;
this.registerSetupState({
uiStateIndex: 0,
@@ -535,7 +534,6 @@ export const TabsSetupFlowManager = new (class {
const url = await lazy.fxAccounts.constructor.config.promiseConnectAccountURI(
"firefoxview"
);
this.didFxaTabOpen = true;
openTabInWindow(window, url, true);
Services.telemetry.recordEvent("firefoxview", "fxa_continue", "sync", null);
}
@@ -544,7 +542,6 @@ export const TabsSetupFlowManager = new (class {
const url = await lazy.fxAccounts.constructor.config.promisePairingURI({
entrypoint: "fx-view",
});
this.didFxaTabOpen = true;
openTabInWindow(window, url, true);
Services.telemetry.recordEvent("firefoxview", "fxa_mobile", "sync", null, {
has_devices: this.secondaryDeviceConnected.toString(),