Bug 820120 - Remove the browser.privatebrowsing.dont_prompt_on_enter pref in per-window private browsing builds; r=jdm

This commit is contained in:
Ehsan Akhgari 2012-12-10 17:33:50 -05:00
parent 5d87335565
commit 23d2534887

View File

@ -862,8 +862,10 @@ pref("security.alternate_certificate_error_page", "certerror");
// Whether to start the private browsing mode at application startup
pref("browser.privatebrowsing.autostart", false);
#ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING
// Whether we should skip prompting before starting the private browsing mode
pref("browser.privatebrowsing.dont_prompt_on_enter", false);
#endif
// Don't try to alter this pref, it'll be reset the next time you use the
// bookmarking dialog