| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 79bb54589ecadccbec7ee11afd02c5585098df17..2021c499f5c4d3250223410d8bc8e8c9e3914985 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -23,7 +23,6 @@
|
| #include "content/public/browser/android/content_view_core.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "third_party/WebKit/public/platform/WebInputEvent.h"
|
| -#include "ui/android/overscroll_refresh.h"
|
| #include "ui/android/view_android.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/geometry/rect_f.h"
|
| @@ -42,7 +41,6 @@ class RenderWidgetHostViewAndroid;
|
| struct MenuItem;
|
|
|
| class ContentViewCoreImpl : public ContentViewCore,
|
| - public ui::OverscrollRefreshHandler,
|
| public WebContentsObserver {
|
| public:
|
| static ContentViewCoreImpl* FromWebContents(WebContents* web_contents);
|
| @@ -407,12 +405,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| RenderViewHost* new_host) override;
|
| void WebContentsDestroyed() override;
|
|
|
| - // OverscrollRefreshHandler implementation.
|
| - bool PullStart() override;
|
| - void PullUpdate(float delta) override;
|
| - void PullRelease(bool allow_refresh) override;
|
| - void PullReset() override;
|
| -
|
| // --------------------------------------------------------------------------
|
| // Other private methods and data
|
| // --------------------------------------------------------------------------
|
|
|