| Index: android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
| diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
| index d1effb7b09d506b8e15bbe26bf49f19d82f89c73..b20f521ddc274886a64299ea2d96eb798d53d52d 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
| @@ -187,8 +187,8 @@ public abstract class AwContentsClient {
|
|
|
| // TODO (michaelbai): Remove this method once the same method remove from
|
| // WebViewContentsClientAdapter.
|
| - public void onShowCustomView(View view,
|
| - int requestedOrientation, WebChromeClient.CustomViewCallback callback) {
|
| + public void onShowCustomView(View view, int requestedOrientation,
|
| + WebChromeClient.CustomViewCallback callback) {
|
| }
|
|
|
| // TODO (michaelbai): This method should be abstract, having empty body here
|
|
|