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

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: 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..97d444e6fa66a369f0d720eac3759f9f3ec3e4db 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -60,7 +60,8 @@ 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);
nasko 2014/10/22 21:10:04 nit: params should be each on separate line
Zhen Wang 2014/10/22 23:04:40 Done.
void OnHide(JNIEnv* env, jobject obj);
void OnShow(JNIEnv* env, jobject obj);

Powered by Google App Engine
This is Rietveld 408576698