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

Unified Diff: chrome/browser/policy/configuration_policy_pref_store_unittest.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: 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_pref_store_unittest.cc
diff --git a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
index 1c6c5cdccf28ca4ad329065b5cf4eef2210fd4ce..845c9d989074522aba55bba38c7074e4b27a03cd 100644
--- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
@@ -287,7 +287,11 @@ INSTANTIATE_TEST_CASE_P(
PolicyAndPref(key::kGDataDisabledOverCellular,
prefs::kDisableGDataOverCellular),
PolicyAndPref(key::kExternalStorageDisabled,
- prefs::kExternalStorageDisabled)));
+ prefs::kExternalStorageDisabled),
+ PolicyAndPref(key::kAudioOutputDisabled,
+ prefs::kAudioOutputDisabled),
+ PolicyAndPref(key::kAudioCaptureDisabled,
+ prefs::kAudioCaptureDisabled)));
#endif // defined(OS_CHROMEOS)
// Test cases for integer-valued policy settings.

Powered by Google App Engine
This is Rietveld 408576698