зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1119104 - add a migration=sync11 query param when about:accounts is opened via migration flow. r=adw
This commit is contained in:
Родитель
f19948b19d
Коммит
f3daa22bc7
|
@ -387,6 +387,8 @@ Migrator.prototype = {
|
|||
// See if we can find a default account name to use.
|
||||
let email = yield this._getDefaultAccountName(sentinel);
|
||||
let tail = email ? "&email=" + encodeURIComponent(email) : "";
|
||||
// A special flag so server-side metrics can tell this is part of migration.
|
||||
tail += "&migration=sync11";
|
||||
// We want to ask FxA to offer a "Customize Sync" checkbox iff any engines
|
||||
// are disabled.
|
||||
let customize = !this._allEnginesEnabled();
|
||||
|
|
Загрузка…
Ссылка в новой задаче