Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 104b4e1ab8dbbf3c18206d4222a22dbe55572aac..522af9799ba524b36caf694465b4bb57155c421d 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -277,10 +277,8 @@ class CONTENT_EXPORT WebContentsImpl |
virtual void DidStopLoading() OVERRIDE; |
virtual void DidCancelLoading() OVERRIDE; |
virtual void DidChangeLoadProgress(double progress) OVERRIDE; |
- virtual void DocumentAvailableInFrame( |
- content::RenderViewHost* render_view_host, |
- bool main_frame, |
- const GURL& source_url) OVERRIDE; |
+ virtual void DocumentAvailableInMainFrame( |
+ content::RenderViewHost* render_view_host) OVERRIDE; |
virtual void DocumentOnLoadCompletedInMainFrame( |
content::RenderViewHost* render_view_host, |
int32 page_id) OVERRIDE; |