Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index 3eb3012b404289f756d75cfd0b46c923c7ee347f..f408b10c6e08c7cae6dfaabf850e618f56cde9df 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -803,13 +803,15 @@ class TabContents : public PageNavigator, |
virtual void ProcessExternalHostMessage(const std::string& message, |
const std::string& origin, |
const std::string& target); |
- virtual void RunJavaScriptMessage(const std::wstring& message, |
+ virtual void RunJavaScriptMessage(const RenderViewHost* rvh, |
+ const std::wstring& message, |
const std::wstring& default_prompt, |
const GURL& frame_url, |
const int flags, |
IPC::Message* reply_msg, |
bool* did_suppress_message); |
- virtual void RunBeforeUnloadConfirm(const std::wstring& message, |
+ virtual void RunBeforeUnloadConfirm(const RenderViewHost* rvh, |
+ const std::wstring& message, |
IPC::Message* reply_msg); |
virtual GURL GetAlternateErrorPageURL() const; |
virtual RendererPreferences GetRendererPrefs(Profile* profile) const; |