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

Unified Diff: chrome/common/chrome_features.cc

Issue 2829123003: Make media permission requests go through the PermissionManager (Closed)
Patch Set: Grouped requests Created 3 years, 8 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 3949411d8017577a9bb1f6dcbf7f27590ad778d0..62005854fb8ea383ad30d47df6fb001b3b3645a0 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -306,6 +306,11 @@ const base::Feature kSyzyasanDeferredFree{"SyzyasanDeferredFree",
const base::Feature kUseGroupedPermissionInfobars{
"UseGroupedPermissionInfobars", base::FEATURE_DISABLED_BY_DEFAULT};
+// Feature to use the PermissionManager to show prompts for WebRTC permission
+// requests.
+const base::Feature kUsePermissionManagerForMediaRequests{
+ "UsePermissionManagerForMediaRequests", base::FEATURE_DISABLED_BY_DEFAULT};
+
#if defined(OS_CHROMEOS)
// Enables or disables the opt-in IME menu in the language settings page.
const base::Feature kOptInImeMenu{"OptInImeMenu",

Powered by Google App Engine
This is Rietveld 408576698