summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorjoshia@google.com <joshia@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-21 20:45:22 +0000
committerjoshia@google.com <joshia@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-21 20:45:22 +0000
commit77b2868b86b268178c28d3f267b9c3f1fde72cad (patch)
tree198fe91b4ea0d45f051f8413b2a49dd220e9220b /chrome
parent66f066a4e6f58626fc71c0d7a3447299402ea664 (diff)
downloadchromium_src-77b2868b86b268178c28d3f267b9c3f1fde72cad.zip
chromium_src-77b2868b86b268178c28d3f267b9c3f1fde72cad.tar.gz
chromium_src-77b2868b86b268178c28d3f267b9c3f1fde72cad.tar.bz2
Add missing file to fix the build
TBR=nsylvain git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/tab_contents_delegate.h4
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_