| 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 3a86786b3b6eba112e8f114644ac12da0e1e76e7..19f42c05bb0c622df80e99fc7f45a73ed59922d7 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -660,8 +660,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| // Changes the IsLoading state and notifies the delegate as needed.
|
| // |details| is used to provide details on the load that just finished
|
| // (but can be null if not applicable).
|
| - void SetIsLoading(RenderViewHost* render_view_host,
|
| - bool is_loading,
|
| + void SetIsLoading(bool is_loading,
|
| bool to_different_document,
|
| LoadNotificationDetails* details) override;
|
|
|
|
|