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

Unified Diff: chrome/common/chrome_features.cc

Issue 2446063002: Implement a modal permission dialog on Android gated by a feature. (Closed)
Patch Set: Move delegate creation and dispatch into constructor Created 4 years, 1 month 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
« no previous file with comments | « chrome/common/chrome_features.h ('k') | content/test/data/android/geolocation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 8b3cd4068f12180901335e7f2bd402003e01e981..2dad452135cb89516776af3dcf788b5bad3d3069 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -114,6 +114,10 @@ const base::Feature kMaterialDesignHistory{
const base::Feature kMaterialDesignSettings{
"MaterialDesignSettings", base::FEATURE_DISABLED_BY_DEFAULT};
+// Enables or disables modal permission prompts.
+const base::Feature kModalPermissionPrompts{"ModalPermissionPrompts",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enables the use of native notification centers instead of using the Message
// Center for displaying the toasts.
#if defined(OS_MACOSX)
« no previous file with comments | « chrome/common/chrome_features.h ('k') | content/test/data/android/geolocation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698