Bug 1386333 - Remove Screenshots rollout pref; r=Standard8 draft
authorJared Hirsch <ohai@6a68.net>
Tue, 01 Aug 2017 10:24:43 -0700
changeset 619123 d3370e9bc4f953794bcb8d078f16be2dabd672c3
parent 619065 ef9a0f01e4f68214f0ff8f4631783b8a0e075a82
child 640312 4ff8cb34d94ce1d85309a89d04c21a0c278c43b0
push id71587
push userbmo:jhirsch@mozilla.com
push dateTue, 01 Aug 2017 17:25:44 +0000
reviewersStandard8
bugs1386333
milestone56.0a1
Bug 1386333 - Remove Screenshots rollout pref; r=Standard8 MozReview-Commit-ID: AW8igzQIDiH
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1718,18 +1718,10 @@ pref("browser.onboarding.hidden", false)
 // if our notification is finished and safe to show their snippet.
 pref("browser.onboarding.notification.finished", false);
 pref("browser.onboarding.notification.mute-duration-on-first-session-ms", 300000); // 5 mins
 pref("browser.onboarding.notification.max-life-time-per-tour-ms", 432000000); // 5 days
 pref("browser.onboarding.notification.max-prompt-count-per-tour", 8);
 pref("browser.onboarding.newtour", "private,addons,customize,search,default,sync");
 pref("browser.onboarding.updatetour", "");
 
-// Preferences for the Screenshots feature:
-// Temporarily disable Screenshots in Beta & Release, so that we can gradually
-// roll out the feature using SHIELD pref flipping.
-#ifdef NIGHTLY_BUILD
-pref("extensions.screenshots.system-disabled", false);
-#else
-pref("extensions.screenshots.system-disabled", true);
-#endif
-// Permanent pref that allows individual users to disable Screenshots.
+// Preference that allows individual users to disable Screenshots.
 pref("extensions.screenshots.disabled", false);