Index: ui/views/controls/webview/web_dialog_view.h |
diff --git a/ui/views/controls/webview/web_dialog_view.h b/ui/views/controls/webview/web_dialog_view.h |
index 51d67eb88dc82460b85563f344799e92d4df8ef7..902aa3269be589509d7a140447437dacb66afff3 100644 |
--- a/ui/views/controls/webview/web_dialog_view.h |
+++ b/ui/views/controls/webview/web_dialog_view.h |
@@ -110,7 +110,8 @@ class WEBVIEW_EXPORT WebDialogView : public views::ClientView, |
const gfx::Rect& initial_pos, |
bool user_gesture, |
bool* was_blocked) OVERRIDE; |
- virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE; |
+ virtual void LoadingStateChanged(content::WebContents* source, |
+ bool to_different_document) OVERRIDE; |
virtual void BeforeUnloadFired(content::WebContents* tab, |
bool proceed, |
bool* proceed_to_fire_unload) OVERRIDE; |