| 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 f560c09e468cb722b207541b7f73599c9af4e603..37d6d732b370bb1d59ef5f87bc7331c9b7f2a01a 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -49,6 +49,9 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| virtual void LoadUrl(NavigationController::LoadURLParams& params) OVERRIDE;
|
| virtual void OnWebPreferencesUpdated() OVERRIDE;
|
| virtual jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj) OVERRIDE;
|
| + virtual void SelectText(const string16& text,
|
| + int selection_start_x,
|
| + int selection_start_y) OVERRIDE;
|
|
|
| // --------------------------------------------------------------------------
|
| // Methods called from Java via JNI
|
|
|