| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 652ddc27e75c5e2ff2cdfb6c048271b470bac1ae..37f193d998e9062ca5e81a826dfb8bbc14d0bfa5 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -220,7 +220,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void ShowInterstitialPage(JNIEnv* env,
|
| jobject obj,
|
| jstring jurl,
|
| - jint delegate);
|
| + jlong delegate);
|
| jboolean IsShowingInterstitialPage(JNIEnv* env, jobject obj);
|
|
|
| void SetAccessibilityEnabled(JNIEnv* env, jobject obj, bool enabled);
|
|
|