diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 13:33:01 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 13:33:01 +0000 |
commit | 91b3c6d11b55d4f4b8d493f0a596db6be5cfbd3b (patch) | |
tree | 0377a7ceffa578bf6152d7114725edbdc6644304 /android_webview/test | |
parent | 9c93fd86ce511a6fa0a854a80065d19c63507115 (diff) | |
download | chromium_src-91b3c6d11b55d4f4b8d493f0a596db6be5cfbd3b.zip chromium_src-91b3c6d11b55d4f4b8d493f0a596db6be5cfbd3b.tar.gz chromium_src-91b3c6d11b55d4f4b8d493f0a596db6be5cfbd3b.tar.bz2 |
Calling 2 param onShowCustomView.
BUG=http://b/8589376
Review URL: https://chromiumcodereview.appspot.com/13828010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/test')
-rw-r--r-- | android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java | 3 |
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 |