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

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

Issue 378743002: Navigation transitions: Place transition page in same process as destination page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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..1b4658cc4f53fef069dabb875b37746a2d617c88 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -169,6 +169,10 @@ class NavigationController {
// commits.
bool should_clear_history_list;
+ // Used during a navigation transition. URL to be used when determining
+ // site instance.
+ GURL virtual_url_for_transition;
+
explicit LoadURLParams(const GURL& url);
~LoadURLParams();

Powered by Google App Engine
This is Rietveld 408576698