Chromium Code Reviews| Index: content/public/android/java/src/org/chromium/content_public/browser/WebContents.java |
| diff --git a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java |
| index 919fd1b4dca316cb9b6b32efe563f28511790d82..36d174db79de6e562f0ca14904d1e981eedfc3c4 100644 |
| --- a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java |
| +++ b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java |
| @@ -323,6 +323,11 @@ public interface WebContents extends Parcelable { |
| void removeObserver(WebContentsObserver observer); |
| /** |
| + * Called when context menu gets closed. |
|
Ted C
2015/11/30 21:30:49
based on my previous comment in the Activity, this
Changwan Ryu
2015/12/01 05:54:01
Done. Also, I've added onContextMenuOpened() to en
|
| + */ |
| + void onContextMenuClosed(); |
| + |
| + /** |
| * @return The character encoding for the current visible page. |
| */ |
| @VisibleForTesting |