Index: android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java b/android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java |
index 336387de96c263536e5e731bdc1f1faf025c93b2..fc88ff3acf91934031b4aca45f21e8147307963d 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java |
@@ -25,8 +25,6 @@ import org.chromium.android_webview.JsPromptResultReceiver; |
import org.chromium.android_webview.JsResultReceiver; |
import org.chromium.android_webview.permission.AwPermissionRequest; |
import org.chromium.base.ThreadUtils; |
-import org.chromium.content.browser.WebActionMode; |
-import org.chromium.content.browser.WebActionModeCallback.ActionHandler; |
import java.security.Principal; |
@@ -84,17 +82,6 @@ public class NullContentsClient extends AwContentsClient { |
} |
@Override |
- public WebActionMode startActionMode( |
- View view, ActionHandler actionHandler, boolean floating) { |
- return null; |
- } |
- |
- @Override |
- public boolean supportsFloatingActionMode() { |
- return false; |
- } |
- |
- @Override |
public void onLoadResource(String url) { |
} |