Turn on automigration draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Tue, 14 Feb 2017 13:51:12 +0000
changeset 487098 6347bf52e269a5898bac32496202148fe6bc9f80
parent 487087 d0462b0948e0b1147dcce615bddcc46379bdadb2
child 487099 61c49953604ce09032b1b90ddd1ab94b0e716a52
child 487578 d5edd9bdd1f271aa380a877eb1fed565cd15f8f6
child 488745 ad5bbce40eaa802a6a88bc0c9a9c7026fd056598
push id46133
push userbmo:gijskruitbosch+bugs@gmail.com
push dateMon, 20 Feb 2017 18:49:36 +0000
milestone54.0a1
Turn on automigration MozReview-Commit-ID: JjqQg2y4HuR
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1524,17 +1524,17 @@ pref("toolkit.pageThumbs.minHeight", 190
 
 // Enable speech synthesis
 pref("media.webspeech.synth.enabled", true);
 
 pref("browser.esedbreader.loglevel", "Error");
 
 pref("browser.laterrun.enabled", false);
 
-pref("browser.migrate.automigrate.enabled", false);
+pref("browser.migrate.automigrate.enabled", true);
 // 4 here means the suggestion notification will be automatically
 // hidden the 4th day, so it will actually be shown on 3 different days.
 pref("browser.migrate.automigrate.daysToOfferUndo", 4);
 pref("browser.migrate.automigrate.ui.enabled", true);
 
 pref("browser.migrate.chrome.history.limit", 0);
 pref("browser.migrate.chrome.history.maxAgeInDays", 0);