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

Unified Diff: chrome/app/policy/syntax_check_policy_template_json.py

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: 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/app/policy/syntax_check_policy_template_json.py
diff --git a/chrome/app/policy/syntax_check_policy_template_json.py b/chrome/app/policy/syntax_check_policy_template_json.py
index 8cfcbb3d2bb9bed587b2742df882457b7e781b9a..7dea9d6e66acd5f0c1b73b3d5b1ceb09b21e3002 100755
--- a/chrome/app/policy/syntax_check_policy_template_json.py
+++ b/chrome/app/policy/syntax_check_policy_template_json.py
@@ -48,6 +48,8 @@ LEGACY_INVERTED_POLARITY_WHITELIST = [
'GDataDisabledOverCellular',
'SavingBrowserHistoryDisabled',
'SyncDisabled',
+ 'AudioOutputDisabled',
+ 'AudioCaptureDisabled',
Mattias Nissler (ping if slow) 2012/08/28 12:24:24 Don't! Make it AudioOutputEnabled and AudioCapture
pastarmovj 2012/08/28 15:11:50 Fine. I wanted to keep all those policies in the s
]
class PolicyTemplateChecker(object):

Powered by Google App Engine
This is Rietveld 408576698