Index: chrome/browser/tab_contents/background_contents.h |
diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h |
index f4e88749b899f840b6ef0388dbb64fc017097791..9cd4f812b1a2fb469c0f14a8db159b754780701b 100644 |
--- a/chrome/browser/tab_contents/background_contents.h |
+++ b/chrome/browser/tab_contents/background_contents.h |
@@ -67,7 +67,8 @@ class BackgroundContents : public RenderViewHostDelegate, |
virtual void DidNavigate(RenderViewHost* render_view_host, |
const ViewHostMsg_FrameNavigate_Params& params); |
virtual WebPreferences GetWebkitPrefs(); |
- 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, |