Chromium Code Reviews| Index: content/public/browser/android/content_view_core.h |
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h |
| index f0b439b2507ea71d40882d604d490de972a3efcd..c3d3137c4588b46ba279a49ad98f47d842228be8 100644 |
| --- a/content/public/browser/android/content_view_core.h |
| +++ b/content/public/browser/android/content_view_core.h |
| @@ -32,6 +32,9 @@ class ContentViewCore { |
| virtual ui::WindowAndroid* GetWindowAndroid() = 0; |
| virtual void LoadUrl(NavigationController::LoadURLParams& params) = 0; |
| virtual void OnWebPreferencesUpdated() = 0; |
| + virtual void SelectText(const string16& text, |
|
nilesh
2012/09/29 01:04:07
Move this after GetCurrentRenderPRocessId. Making
|
| + int selection_start_x, |
| + int selection_start_y) = 0; |
| virtual jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj) = 0; |
| protected: |