| 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 0be41cb144c2a7ad1465c0be458f1af27a73ecb0..df0276b8d4ecdc7b0c6f7deb023d748e14db056a 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -66,11 +66,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| cc::Layer* GetLayer() const override;
|
| bool ShowPastePopup(int x, int y) override;
|
| void PauseOrResumeGeolocation(bool should_pause) override;
|
| - void RequestTextSurroundingSelection(
|
| - int max_length,
|
| - const base::Callback<void(const base::string16& content,
|
| - int start_offset,
|
| - int end_offset)>& callback) override;
|
|
|
| void AddObserver(ContentViewCoreImplObserver* observer);
|
| void RemoveObserver(ContentViewCoreImplObserver* observer);
|
|
|