| Index: ui/views/controls/webview/web_dialog_view.cc
|
| diff --git a/ui/views/controls/webview/web_dialog_view.cc b/ui/views/controls/webview/web_dialog_view.cc
|
| index 4fed9cfe8e2cdc4fd5279b56b92ef4db904b2bb7..af43d6631095f9bf6bdd7857349005222190a8e8 100644
|
| --- a/ui/views/controls/webview/web_dialog_view.cc
|
| +++ b/ui/views/controls/webview/web_dialog_view.cc
|
| @@ -335,7 +335,8 @@ void WebDialogView::AddNewContents(content::WebContents* source,
|
| was_blocked);
|
| }
|
|
|
| -void WebDialogView::LoadingStateChanged(content::WebContents* source) {
|
| +void WebDialogView::LoadingStateChanged(content::WebContents* source,
|
| + bool to_different_document) {
|
| if (delegate_)
|
| delegate_->OnLoadingStateChanged(source);
|
| }
|
|
|