diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 23:53:52 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 23:53:52 +0000 |
commit | 8a7ad8bcfa38b3c1de9beb1e3cf9a896ccf4842f (patch) | |
tree | 4e12c8d7ae070006bd96fb29030a45c8686ee1b3 /chrome/browser/tab_contents/web_contents.h | |
parent | a28e0e48a6d0f1e8b25a45a8e6d7089c276f3c44 (diff) | |
download | chromium_src-8a7ad8bcfa38b3c1de9beb1e3cf9a896ccf4842f.zip chromium_src-8a7ad8bcfa38b3c1de9beb1e3cf9a896ccf4842f.tar.gz chromium_src-8a7ad8bcfa38b3c1de9beb1e3cf9a896ccf4842f.tar.bz2 |
Don't send the receiver function name in the ExternalHostBindings::ForwardMessageToExternalHost
CPP binding exposed for sending messages from Chrome to an external host,
Review URL: http://codereview.chromium.org/27125
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/web_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/web_contents.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/web_contents.h b/chrome/browser/tab_contents/web_contents.h index 9ed4331..110e923 100644 --- a/chrome/browser/tab_contents/web_contents.h +++ b/chrome/browser/tab_contents/web_contents.h @@ -334,8 +334,7 @@ class WebContents : public TabContents, WindowOpenDisposition disposition); virtual void DomOperationResponse(const std::string& json_string, int automation_id); - virtual void ProcessExternalHostMessage(const std::string& receiver, - const std::string& message); + virtual void ProcessExternalHostMessage(const std::string& message); virtual void GoToEntryAtOffset(int offset); virtual void GetHistoryListCount(int* back_list_count, int* forward_list_count); |