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 ea94007631f22a0094660e26f398d36315be0dc6..390ce83edf165bfbeaee7ad62dacf3bdb0cdc261 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -93,7 +93,8 @@ class ContentViewCoreImpl : public ContentViewCore, |
jstring base_url_for_data_url, |
jstring virtual_url_for_data_url, |
jboolean can_load_local_resources, |
- jboolean is_renderer_initiated); |
+ jboolean is_renderer_initiated, |
+ jstring virtual_url_for_transition); |
base::android::ScopedJavaLocalRef<jstring> GetURL(JNIEnv* env, jobject) const; |
jboolean IsIncognito(JNIEnv* env, jobject obj); |
void SendOrientationChangeEvent(JNIEnv* env, jobject obj, jint orientation); |
@@ -246,7 +247,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
// This method is invoked when the request is deferred immediately after |
// receiving response headers. |
- void DidDeferAfterResponseStarted(); |
+ void DidDeferAfterResponseStarted(const GURL& transition_url); |
// This method is invoked when a navigation transition is detected, to |
// determine if the embedder intends to handle it. |