| 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 5763b66aba2b51b2fd3d92dd8cab810ec407c38b..49dfc60bef07652fdc7cffad57d2cab0ab738c16 100644
|
| --- a/content/browser/frame_host/navigation_controller_delegate.h
|
| +++ b/content/browser/frame_host/navigation_controller_delegate.h
|
| @@ -41,6 +41,7 @@ class NavigationControllerDelegate {
|
| virtual int32 GetMaxPageIDForSiteInstance(SiteInstance* site_instance) = 0;
|
| virtual bool IsLoading() const = 0;
|
| virtual bool IsBeingDestroyed() const = 0;
|
| + virtual bool CanOverscrollContent() const = 0;
|
|
|
| // Methods from WebContentsImpl that NavigationControllerImpl needs to
|
| // call.
|
|
|