Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 1bc3ac2736c22e12ab1bb99c02056766f7316e2a..216deb5176b20a30b0fa1058c61509f53e5067d0 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1524,6 +1524,10 @@ const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; |
// String which specifies where to store the disk cache. |
const char kDiskCacheDir[] = "browser.disk_cache_dir"; |
+// Pref name for the policy specifying the maximal cache size. |
+const char kDiskCacheSize[] = "browser.disk_cache_size"; |
+// Pref name for the policy specifying the maximal media cache size. |
+const char kMediaCacheSize[] = "browser.media_cache_size"; |
// Specifies the release channel that the device should be locked to. |
// Possible values: "stable-channel", "beta-channel", "dev-channel", or an |