| Index: android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| diff --git a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| index d26fd9abe582ee34832ca06bb0916d60ac9538fc..1768adcc8f972ef8babade43f18f9f44ad42efd7 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| @@ -33,15 +33,6 @@ public abstract class AwWebContentsDelegate extends WebContentsDelegateAndroid {
|
| @CalledByNative
|
| public abstract void activateContents();
|
|
|
| - /**
|
| - * Report a change in the preferred size.
|
| - * @param width preferred width in CSS pixels.
|
| - * @param height scroll height of the document element in CSS pixels.
|
| - */
|
| - @CalledByNative
|
| - public void updatePreferredSize(int widthCss, int heightCss) {
|
| - }
|
| -
|
| // Call in response to a prior runFileChooser call.
|
| protected static native void nativeFilesSelectedInChooser(int processId, int renderId,
|
| int mode_flags, String[] filePath);
|
|
|