diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 00:11:00 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 00:11:00 +0000 |
commit | 4e6239c7292df55796511a57407a542741077daf (patch) | |
tree | af4eb38e36e66ca2ed47961bcf18a22f9cb3c404 /content/content_common.gypi | |
parent | 02065c61d8f4b019bc0addb5b53db8426e0e5ce5 (diff) | |
download | chromium_src-4e6239c7292df55796511a57407a542741077daf.zip chromium_src-4e6239c7292df55796511a57407a542741077daf.tar.gz chromium_src-4e6239c7292df55796511a57407a542741077daf.tar.bz2 |
Removed sending of the following IPC messages from chrome and added API's on the RenderViewHost
object to facilitate this.
1. ViewMsg_CustomContextMenuAction
2. ViewMsg_ContextMenuClosed
3. ViewMsg_CopyImageAt
4. ViewMsg_MediaPlayerActionAt
5. ViewMsg_DisassociateFromPopupCount
6. ViewMsg_MoveOrResizeStarted
7. ViewMsg_StopFinding
The ViewMsg_FindReplyACK message is now sent by the TabContents::OnFindReply handler.
Continuing changes to get rid of the pattern of IPC messages being sent and processed across content
and chrome.
BUG=87335.
TEST=no change in functionality.
Review URL: http://codereview.chromium.org/8002005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 98e9971..2d6da5f 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -248,6 +248,7 @@ 'common/url_constants.h', 'common/utility_messages.h', 'common/view_messages.h', + 'common/view_message_enums.h', 'common/view_types.cc', 'common/view_types.h', 'common/web_database_observer_impl.cc', |