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

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: Rebased to ToT. Created 8 years, 3 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..340d21d12cbb65134370688048b00a4e3fa7338e 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::kAudioOutputAllowed,
+ prefs::kAudioOutputAllowed),
+ PolicyAndPref(key::kAudioCaptureAllowed,
+ prefs::kAudioCaptureAllowed)));
#endif // defined(OS_CHROMEOS)
// Test cases for integer-valued policy settings.

Powered by Google App Engine
This is Rietveld 408576698