| 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..7c9a844914f480ab7af0c7bab822fedf82dbb7e1 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,11 @@ public interface SelectionClient {
|
| * @param y The y coordinate of the tap.
|
| */
|
| void showUnhandledTapUIIfNeeded(int x, int y);
|
| +
|
| + /**
|
| + * Returns true if the SelectionClient sends responces that can contain information about
|
| + * 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();
|
| }
|
|
|