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

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

Issue 8572006: Add policies to control the disk cache size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: This time two more for realz. Created 9 years, 1 month 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 7cefd44ed246469fd0c01fd893f758e88085cde6..337f097cf7e6a380603687eb7ebaede2d655cc74 100644
--- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
@@ -303,6 +303,10 @@ INSTANTIATE_TEST_CASE_P(
prefs::kManagedDefaultGeolocationSetting),
TypeAndName(kPolicyRestoreOnStartup,
prefs::kRestoreOnStartup),
+ TypeAndName(kPolicyDiskCacheSize,
+ prefs::kDiskCacheSize),
+ TypeAndName(kPolicyMediaCacheSize,
+ prefs::kMediaCacheSize),
TypeAndName(kPolicyPolicyRefreshRate,
prefs::kUserPolicyRefreshRate),
TypeAndName(kPolicyMaxConnectionsPerProxy,
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/browser/prefs/command_line_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698