diff options
Diffstat (limited to 'chrome/browser/tab_contents_delegate.h')
-rw-r--r-- | chrome/browser/tab_contents_delegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents_delegate.h b/chrome/browser/tab_contents_delegate.h index 2b8b6cf..5e02553 100644 --- a/chrome/browser/tab_contents_delegate.h +++ b/chrome/browser/tab_contents_delegate.h @@ -190,8 +190,8 @@ class TabContentsDelegate : public PageNavigator { } // Send IPC to external host. Default implementation is do nothing. - virtual void SendExternalHostMessage(const std::string& receiver, - const std::string& message) {}; + virtual void ForwardMessageToExternalHost(const std::string& receiver, + const std::string& message) {}; }; #endif // CHROME_BROWSER_TAB_CONTENTS_DELEGATE_H_ |