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

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

Issue 10873085: Implement two new policies to control muting the audio I/O. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed even more comments. Created 8 years, 4 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 742466d9ab7e66f01502a63d5f8aaffb07166b34..b6fdde1f4d980c8224b0e28c59d7af019b3c03a5 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -320,6 +320,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kExternalStorageDisabled,
prefs::kExternalStorageDisabled,
Value::TYPE_BOOLEAN },
+ { key::kAudioOutputEnabled,
+ prefs::kAudioOutputEnabled,
+ Value::TYPE_BOOLEAN },
+ { key::kAudioCaptureEnabled,
+ prefs::kAudioCaptureEnabled,
+ Value::TYPE_BOOLEAN },
#endif // defined(OS_CHROMEOS)
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698