Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(689)

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 378743002: Navigation transitions: Place transition page in same process as destination page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | content/browser/transition_request_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698