Backed out changeset 9b1e2e6ceb70 (bug 1785853) for causing mochitest failures on browser_setup_state.js CLOSED TREE
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user