diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-16 02:08:42 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-16 02:08:42 +0000 |
commit | 38b592904f582daacd833b767b3cce3d1c211068 (patch) | |
tree | a91ae9b6694153f8f017778e56f67797fc2a136d /chrome/common/render_messages.h | |
parent | 4766a6019405334b45222b48560aeda994a0e8e8 (diff) | |
download | chromium_src-38b592904f582daacd833b767b3cce3d1c211068.zip chromium_src-38b592904f582daacd833b767b3cce3d1c211068.tar.gz chromium_src-38b592904f582daacd833b767b3cce3d1c211068.tar.bz2 |
Clear RenderThread of any Chrome specific code, and move a bunch of stuff out of RenderView.
Took out CookieMessageFilter since it's not used anymore. Removed RenderProcessTest and RendererMainTest since they really weren't testing much.
Review URL: http://codereview.chromium.org/6873014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index b3cc6be..f1ee889 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -174,11 +174,6 @@ IPC_MESSAGE_CONTROL1(ViewMsg_VisitedLink_Add, std::vector<uint64>) // re-calculated. IPC_MESSAGE_CONTROL0(ViewMsg_VisitedLink_Reset) -// Sent when user prompting is required before a ViewHostMsg_GetCookies -// message can complete. This message indicates that the renderer should -// pump messages while waiting for cookies. -IPC_MESSAGE_CONTROL0(ViewMsg_SignalCookiePromptEvent) - // Set the content settings for a particular url that the renderer is in the // process of loading. This will be stored, to be used if the load commits // and ignored otherwise. @@ -195,11 +190,6 @@ IPC_MESSAGE_CONTROL2(ViewMsg_SetContentSettingsForCurrentURL, // Install the first missing pluign. IPC_MESSAGE_ROUTED0(ViewMsg_InstallMissingPlugin) -// Tells the renderer to empty its plugin list cache, optional reloading -// pages containing plugins. -IPC_MESSAGE_CONTROL1(ViewMsg_PurgePluginListCache, - bool /* reload_pages */) - // Tells the render view to load all blocked plugins. IPC_MESSAGE_ROUTED0(ViewMsg_LoadBlockedPlugins) |