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

Unified Diff: content/public/browser/navigation_controller.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/navigation_controller.h
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
index 08ea0b9985df75e9388b91963f6ac7accea1ff82..5332b1e2e7b4080243c66024ffe0e6e3e94bf15c 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -169,6 +169,8 @@ class NavigationController {
// commits.
bool should_clear_history_list;
+ bool is_transition_navigation;
jam 2014/07/01 16:14:15 ditto
+
explicit LoadURLParams(const GURL& url);
~LoadURLParams();

Powered by Google App Engine
This is Rietveld 408576698