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

Unified Diff: chrome/common/pref_names.h

Issue 15738004: Add a policy list for access to capture devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change capture policy values to be per-profile. Created 7 years, 7 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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 44dcf92921aa8458ea6f73256cc39f0919b96b19..9ac9390e64d6eaaaa28ee8b1ee1cd7900224dd2e 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -744,7 +744,9 @@ extern const char kManagedNotificationsBlockedForUrls[];
extern const char kManagedAutoSelectCertificateForUrls[];
extern const char kAudioCaptureAllowed[];
+extern const char kAudioCaptureAllowedUrls[];
extern const char kVideoCaptureAllowed[];
+extern const char kVideoCaptureAllowedUrls[];
#if defined(OS_CHROMEOS)
extern const char kDeviceSettingsCache[];

Powered by Google App Engine
This is Rietveld 408576698