diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index cc65d5332bfe..4be3972f1ecb 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -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);