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

Unified Diff: content/browser/web_contents/web_contents_android.h

Issue 652953008: Navigation transitions (web to native app): Pass data after starting provisional load (Chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix Created 6 years, 2 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/web_contents/web_contents_android.h
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
index 4ffedd4a831bcc9036a22e4b7d28d5abd4905638..ae5208874668bc44a2940c3327393fa4a51020c1 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -60,7 +60,9 @@ class CONTENT_EXPORT WebContentsAndroid
bool WillHandleDeferAfterResponseStarted();
// This method is invoked when a navigation transition has started.
- void DidStartNavigationTransitionForFrame(int64 frame_id);
+ void DidStartNavigationTransitionForFrame(
+ int64 frame_id,
+ const TransitionLayerData& transition_data);
void OnHide(JNIEnv* env, jobject obj);
void OnShow(JNIEnv* env, jobject obj);

Powered by Google App Engine
This is Rietveld 408576698