| Index: content/browser/android/content_view_core_impl.h
|
| ===================================================================
|
| --- content/browser/android/content_view_core_impl.h (revision 274887)
|
| +++ content/browser/android/content_view_core_impl.h (working copy)
|
| @@ -89,7 +89,8 @@
|
| 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);
|
|
|