| 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 a0003e662501f3ef144c6575d6818e5cb528608f..bf5af89df0bf4cac4e0a693c57b2c680faeef40d 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
|
| @@ -37,4 +37,8 @@ public abstract class AwWebContentsDelegate extends WebContentsDelegateAndroid {
|
| // 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);
|
| }
|
|
|