diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents_observer.cc')
-rw-r--r-- | content/browser/tab_contents/tab_contents_observer.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/tab_contents/tab_contents_observer.cc b/content/browser/tab_contents/tab_contents_observer.cc index 5649de6..3056608 100644 --- a/content/browser/tab_contents/tab_contents_observer.cc +++ b/content/browser/tab_contents/tab_contents_observer.cc @@ -44,7 +44,8 @@ void TabContentsObserver::DidStartProvisionalLoadForFrame( int64 frame_id, bool is_main_frame, const GURL& validated_url, - bool is_error_page) { + bool is_error_page, + RenderViewHost* render_view_host) { } void TabContentsObserver::ProvisionalChangeToMainFrameUrl(const GURL& url) { |