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

Unified Diff: content/public/browser/page_navigator.h

Issue 358973005: Navigation transitions: Pass is_transition_navigation flag up to the embedder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/public/browser/page_navigator.h
diff --git a/content/public/browser/page_navigator.h b/content/public/browser/page_navigator.h
index 849d4ca68b194bbe6743c7a83b582fc5195128d9..7fe2e62fa0d98bd097a62f116ba8f96c61f4e88b 100644
--- a/content/public/browser/page_navigator.h
+++ b/content/public/browser/page_navigator.h
@@ -83,6 +83,8 @@ struct CONTENT_EXPORT OpenURLParams {
// gesture if the navigation was initiated by the renderer.
bool user_gesture;
+ bool is_transition_navigation;
jam 2014/07/01 16:14:15 ditto
+
private:
OpenURLParams();
};

Powered by Google App Engine
This is Rietveld 408576698