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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list.cc

Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased, addressed comments from Ivan, let "block" apply before exceptions Created 8 years, 6 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/browser/policy/configuration_policy_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index 23e19cc909f40fa0f31c40804b3fddd7b4125775..1db492f730a1203f935526c9141446f258f1f3ee 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -285,6 +285,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kRestrictSigninToPattern,
prefs::kGoogleServicesUsernamePattern,
Value::TYPE_STRING },
+ { key::kDefaultMediaStreamSetting,
+ prefs::kManagedDefaultMediaStreamSetting,
+ Value::TYPE_INTEGER },
#if defined(OS_CHROMEOS)
{ key::kChromeOsLockOnIdleSuspend,

Powered by Google App Engine
This is Rietveld 408576698