| 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 8ebd453002a0571207f6edb87e0190209d9bf650..44453c2efa4190861cff99c6251ce1695202c5b1 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -88,7 +88,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| jbyteArray post_data,
|
| jstring base_url_for_data_url,
|
| jstring virtual_url_for_data_url,
|
| - jboolean can_load_local_resources);
|
| + jboolean can_load_local_resources,
|
| + jboolean is_renderer_initiated);
|
| base::android::ScopedJavaLocalRef<jstring> GetURL(JNIEnv* env, jobject) const;
|
| jboolean IsIncognito(JNIEnv* env, jobject obj);
|
| void SendOrientationChangeEvent(JNIEnv* env, jobject obj, jint orientation);
|
|
|