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

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

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: Fixing rebase bug Created 3 years, 8 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 7c9a844914f480ab7af0c7bab822fedf82dbb7e1..1f56b4808a582a53884aa0531fb9c5d9a86c4180 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
@@ -34,5 +34,5 @@ public interface SelectionClient {
* the context menu (e.g. that we need a new menu item). In this case an embedder might want
* to wait for this responce before taking further actions.
*/
- boolean sendsSelectionPopupUpdates();
+ boolean sendsSelectionPopupUpdates(boolean shouldSuggest);
Jinsuk Kim 2017/04/24 06:33:16 Update javadoc.
}

Powered by Google App Engine
This is Rietveld 408576698