summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.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 /ipc/ipc_message_start.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 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 5acf8c1..3c28ad9 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -108,6 +108,7 @@ enum IPCMessageStart {
PlatformNotificationMsgStart,
CredentialManagerMsgStart,
PDFMsgStart,
+ WebCacheMsgStart,
LastIPCMsgStart // Must come last.
};