summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorhanxi <hanxi@chromium.org>2014-09-11 14:57:18 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-11 22:25:47 +0000
commit149b92db00bc1deab22599e7d3da3fc8be2c0d8b (patch)
tree68a64107a7d6b9190fb1dc040b7f511eea92ff9d /chrome/common/pref_names.h
parent28d886c967e016a5d5812be43cd5916f577c2e10 (diff)
downloadchromium_src-149b92db00bc1deab22599e7d3da3fc8be2c0d8b.zip
chromium_src-149b92db00bc1deab22599e7d3da3fc8be2c0d8b.tar.gz
chromium_src-149b92db00bc1deab22599e7d3da3fc8be2c0d8b.tar.bz2
WebCacheManager::ClearCacheOnNavigation() is used by webrequest api, which will be moved to //extensions. So we need to resolve its the dependency on WebCacheManager by moving WebCacheManager to //components.
There are two ipc messages sent in WebCacheManger: -ChromeViewMsg_SetCacheCapacities -ChromeViewMsg_ClearCache Both ipc handlers were in ChromeRenderProcessObserver. These two ipcs are renamed as WebCacheMsg_XXX, and we introduce WebCacheRenderProcessObserver and handle these ipcs in //components. BUG=352293,411437 TBR=agl@chromium.org Review URL: https://codereview.chromium.org/528363002 Cr-Commit-Position: refs/heads/master@{#294475}
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 8b03da3..be3eadd 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -468,7 +468,6 @@ extern const char kBrowserSuppressDefaultBrowserPrompt[];
extern const char kBrowserWindowPlacement[];
extern const char kBrowserWindowPlacementPopup[];
extern const char kTaskManagerWindowPlacement[];
-extern const char kMemoryCacheSize[];
extern const char kDownloadDefaultDirectory[];
extern const char kDownloadExtensionsToOpen[];