Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 0ef02012ca1ca8b831e39dabba5647166e5b59f1..26127a68c4a04a9aa5a883fa61dbea1df547ff50 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -350,6 +350,11 @@ const char kEnableExtensionActivityLogTesting[] = |
// crbug.com/142458 . |
const char kEnableFastUnload[] = "enable-fast-unload"; |
+// Enable permission prompts for mic/camera to be "grouped" prompts that display |
+// the different permissions being requetd in a list. |
+const char kEnableGroupedMediaPermissionPrompts[] = |
+ "enable-grouped-media-permission-prompts"; |
+ |
// Enables the Material Design feedback form. |
const char kEnableMaterialDesignFeedback[] = "enable-md-feedback"; |