Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: content/public/browser/android/content_view_core.h

Issue 10993089: Upstream Android implementation of WebContentsViewDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698