Chromium Code Reviews| Index: components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java |
| diff --git a/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java b/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java |
| index fff738c6744f33de58fee1a205cc381b71a0030a..74abb4ee686f8c1faf1745f6d9e48ccee5040836 100644 |
| --- a/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java |
| +++ b/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java |
| @@ -8,7 +8,7 @@ import android.view.KeyEvent; |
| import org.chromium.base.CalledByNative; |
| import org.chromium.base.JNINamespace; |
| -import org.chromium.content.browser.ContentViewCore; |
| +import org.chromium.content_public.browser.WebContents; |
| /** |
| * Java peer of the native class of the same name. |
| @@ -141,7 +141,7 @@ public class WebContentsDelegateAndroid { |
| * either of ContentViewCore.ContinuePendingReload or ContentViewCore.CancelPendingReload. |
|
Ted C
2014/10/10 17:00:53
This comment should be updated to NavigationContro
AKVT
2014/10/11 10:51:59
Done.
|
| */ |
| @CalledByNative |
| - public void showRepostFormWarningDialog(ContentViewCore contentViewCore) { |
| + public void showRepostFormWarningDialog(WebContents webContents) { |
| } |
| @CalledByNative |