diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 17:32:24 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 17:32:24 +0000 |
commit | 6779aa1d281cce1b77c96d5fb77535c9838b0949 (patch) | |
tree | 2eef595d07ab6d858dfffc27202d5e00a80f6934 /chrome/common/render_messages.h | |
parent | ba0483f513f5f28a7eeff34dafa4e89d2c232c61 (diff) | |
download | chromium_src-6779aa1d281cce1b77c96d5fb77535c9838b0949.zip chromium_src-6779aa1d281cce1b77c96d5fb77535c9838b0949.tar.gz chromium_src-6779aa1d281cce1b77c96d5fb77535c9838b0949.tar.bz2 |
Move the dispatching of extension messages out of RenderThread. This also moves a bunch of extension related state out of RenderThread.
Review URL: http://codereview.chromium.org/6765011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index 61272d4..5212785 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -173,12 +173,6 @@ IPC_MESSAGE_CONTROL1(ViewMsg_VisitedLink_Add, std::vector<uint64>) // re-calculated. IPC_MESSAGE_CONTROL0(ViewMsg_VisitedLink_Reset) -// Notification that the user scripts have been updated. It has one -// SharedMemoryHandle argument consisting of the pickled script data. This -// handle is valid in the context of the renderer. -IPC_MESSAGE_CONTROL1(ViewMsg_UserScripts_UpdatedScripts, - base::SharedMemoryHandle) - // 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. |