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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/InsertionHandleController.java

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/android/java/src/org/chromium/content/browser/InsertionHandleController.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/InsertionHandleController.java b/content/public/android/java/src/org/chromium/content/browser/InsertionHandleController.java
index 8d84fded508d8aa45b404effe22efc0175542f45..e9286f846ab36f7e20634f382884c10035829480 100644
--- a/content/public/android/java/src/org/chromium/content/browser/InsertionHandleController.java
+++ b/content/public/android/java/src/org/chromium/content/browser/InsertionHandleController.java
@@ -23,4 +23,8 @@ class InsertionHandleController {
public void hideAndDisallowAutomaticShowing() {
// TODO(olilan): add method implementation (this is just a stub for ImeAdapter).
}
+
+ public void showHandleWithPastePopupAt(int x, int y) {
+ // TODO(olilan): This is just a stub, upstream implementation for this method.
nilesh 2012/09/29 01:04:07 Fix indentation.
+ }
}

Powered by Google App Engine
This is Rietveld 408576698