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

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

Issue 10697097: Add a policy to disable mounting of external storage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to ToT. Created 8 years, 5 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
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d3ffb8f548969120d6ac49cb987f115cfab11c2a..1c6c5cdccf28ca4ad329065b5cf4eef2210fd4ce 100644
--- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
@@ -285,7 +285,9 @@ INSTANTIATE_TEST_CASE_P(
PolicyAndPref(key::kGDataDisabled,
prefs::kDisableGData),
PolicyAndPref(key::kGDataDisabledOverCellular,
- prefs::kDisableGDataOverCellular)));
+ prefs::kDisableGDataOverCellular),
+ PolicyAndPref(key::kExternalStorageDisabled,
+ prefs::kExternalStorageDisabled)));
#endif // defined(OS_CHROMEOS)
// Test cases for integer-valued policy settings.
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698