Bug 1588005 - Enable the bookmarks mirror by default. r=markh

Differential Revision: https://phabricator.services.mozilla.com/D48933

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Lina Cambridge 2019-10-11 04:01:51 +00:00
parent 1f93dd2664
commit 9b38ab7204

View File

@ -4720,13 +4720,7 @@ pref("services.common.log.logger.tokenserverclient", "Debug");
pref("services.sync.engine.addons", true);
pref("services.sync.engine.addresses", false);
pref("services.sync.engine.bookmarks", true);
#ifdef EARLY_BETA_OR_EARLIER
// Enable the new bookmark sync engine through early Beta, but not release
// candidates or Release.
pref("services.sync.engine.bookmarks.buffer", true);
#else
pref("services.sync.engine.bookmarks.buffer", false);
#endif
pref("services.sync.engine.bookmarks.buffer", true);
pref("services.sync.engine.creditcards", false);
pref("services.sync.engine.history", true);
pref("services.sync.engine.passwords", true);