Bug 1135375 - indicate we intend to ship in-content prefs with 38, r=jaws

This commit is contained in:
Gijs Kruitbosch 2015-02-22 11:56:32 +01:00
Родитель fd0387315e
Коммит 4406631ff2
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -860,11 +860,7 @@ pref("browser.preferences.instantApply", true);
#endif
// Toggles between the two Preferences implementations, pop-up window and in-content
#ifdef EARLY_BETA_OR_EARLIER
pref("browser.preferences.inContent", true);
#else
pref("browser.preferences.inContent", false);
#endif
pref("browser.download.show_plugins_in_list", true);
pref("browser.download.hide_plugins_without_extensions", true);