Bug 1396654 - Enable Activity Stream by default for all channels. r=mossop

MozReview-Commit-ID: F0hmI8nWTFR

--HG--
extra : rebase_source : a454beea653677c0d89d9dbe9f776247d11cbea6
This commit is contained in:
Ed Lee 2017-09-04 16:52:32 -07:00
Родитель 92ec846a75
Коммит b61e2637f0
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -1276,12 +1276,7 @@ pref("browser.newtabpage.columns", 5);
pref("browser.newtabpage.directory.source", "https://tiles.services.mozilla.com/v3/links/fetch/%LOCALE%/%CHANNEL%");
// activates Activity Stream
#ifdef NIGHTLY_BUILD
pref("browser.newtabpage.activity-stream.enabled", true);
#else
pref("browser.newtabpage.activity-stream.enabled", false);
#endif
pref("browser.newtabpage.activity-stream.aboutHome.enabled", false);
// Enable the DOM fullscreen API.