Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1609)

Unified Diff: chrome/common/chrome_features.cc

Issue 2226633002: Add a feature to display a persistence toggle for permission prompts on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits, verbal change to make it geolocation-only Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index fcbe47e20dccdb6bf5ebee40404a701e82227ace..f2de180e00c7264972e4f7edba396faabc44de32 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -48,6 +48,12 @@ const base::Feature kBlockSmallContent{"BlockSmallPluginContent",
const base::Feature kBrowserHangFixesExperiment{
"BrowserHangFixesExperiment", base::FEATURE_DISABLED_BY_DEFAULT};
+// Experiment to display a toggle allowing users to opt-out of persisting a
+// Grant or Deny decision in a permission prompt.
+const base::Feature kDisplayPersistenceToggleInPermissionPrompts{
+ "DisplayPersistenceToggleInPermissionPrompts",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enables Expect CT reporting, which sends reports for opted-in sites
// that don't serve sufficient Certificate Transparency information.
const base::Feature kExpectCTReporting{"ExpectCTReporting",

Powered by Google App Engine
This is Rietveld 408576698