| 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 404e92788b912dc10840b276ea25daaf8679bd13..77bc6228c479a01742f44b98e41d8ff72b60c31c 100644
|
| --- a/content/browser/frame_host/navigation_controller_delegate.h
|
| +++ b/content/browser/frame_host/navigation_controller_delegate.h
|
| @@ -71,6 +71,7 @@ class NavigationControllerDelegate {
|
| virtual void DetachInterstitialPage() = 0;
|
| virtual void SetIsLoading(RenderViewHost* render_view_host,
|
| bool is_loading,
|
| + bool to_different_document,
|
| LoadNotificationDetails* details) = 0;
|
| };
|
|
|
|
|