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

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

Issue 2740103006: Implement SmartText selection. (Closed)
Patch Set: Created 3 years, 9 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/SelectionClient.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/SelectionClient.java b/content/public/android/java/src/org/chromium/content/browser/SelectionClient.java
index 041cdcf4b53d8f62c3ec69b40308cd26a1a1b938..3ca1062f29c3bf48baba3bd5844d770273ed4dc4 100644
--- a/content/public/android/java/src/org/chromium/content/browser/SelectionClient.java
+++ b/content/public/android/java/src/org/chromium/content/browser/SelectionClient.java
@@ -28,4 +28,6 @@ public interface SelectionClient {
* @param y The y coordinate of the tap.
*/
void showUnhandledTapUIIfNeeded(int x, int y);
+
+ boolean sendsMenuUpdates();
boliu 2017/03/11 00:37:52 documentation
Tima Vaisburd 2017/03/20 05:06:04 Added.
}

Powered by Google App Engine
This is Rietveld 408576698