| Index: content/browser/frame_host/navigation_controller_delegate.h
|
| diff --git a/content/browser/frame_host/navigation_controller_delegate.h b/content/browser/frame_host/navigation_controller_delegate.h
|
| index 90fd4d33486e1d53af751157415acb05b2cf1b48..e578a84e9126608e98a4a6cdd54562e5bcfdecbf 100644
|
| --- a/content/browser/frame_host/navigation_controller_delegate.h
|
| +++ b/content/browser/frame_host/navigation_controller_delegate.h
|
| @@ -71,8 +71,7 @@ class NavigationControllerDelegate {
|
| virtual void AttachInterstitialPage(
|
| InterstitialPageImpl* interstitial_page) = 0;
|
| virtual void DetachInterstitialPage() = 0;
|
| - virtual void SetIsLoading(RenderViewHost* render_view_host,
|
| - bool is_loading,
|
| + virtual void SetIsLoading(bool is_loading,
|
| bool to_different_document,
|
| LoadNotificationDetails* details) = 0;
|
| };
|
|
|