Chromium Code Reviews| 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.
|
| } |