summaryrefslogtreecommitdiffstats
path: root/android_webview/test
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/test')
-rw-r--r--android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java3
1 files changed, 1 insertions, 2 deletions
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 5806319..e3cac4a 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
@@ -157,8 +157,7 @@ public class NullContentsClient extends AwContentsClient {
}
@Override
- public void onShowCustomView(View view,
- int requestedOrientation, WebChromeClient.CustomViewCallback callback) {
+ public void onShowCustomView(View view, WebChromeClient.CustomViewCallback callback) {
}
@Override