| 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 6c003df44620f384a828e460fbba36473f982419..30367056f54cd4a9108aeb20f366d68cb21a79f0 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/android/jni_weak_ref.h"
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -62,6 +61,11 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| virtual float GetDpiScale() const OVERRIDE;
|
| virtual void PauseVideo() OVERRIDE;
|
| virtual void PauseOrResumeGeolocation(bool should_pause) OVERRIDE;
|
| + virtual void RequestTextSurroundingSelection(
|
| + int max_length,
|
| + const base::Callback<void(const base::string16& content,
|
| + int start_offset,
|
| + int end_offset)>& callback) OVERRIDE;
|
|
|
| // --------------------------------------------------------------------------
|
| // Methods called from Java via JNI
|
|
|