| 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 bf5af89df0bf4cac4e0a693c57b2c680faeef40d..a0003e662501f3ef144c6575d6818e5cb528608f 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| @@ -37,8 +37,4 @@
|
| // Call in response to a prior runFileChooser call.
|
| protected static native void nativeFilesSelectedInChooser(int processId, int renderId,
|
| int modeFlags, String[] filePath, String[] displayName);
|
| -
|
| - @Override
|
| - @CalledByNative
|
| - public abstract void navigationStateChanged(int flags);
|
| }
|
|
|