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(); |