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

Unified Diff: content/common/navigation_params.h

Issue 2657323003: Convert HistoryTabHelper to use the new navigation callbacks. (Closed)
Patch Set: nit Created 3 years, 10 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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/public/browser/navigation_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigation_params.h
diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
index 1ed242e4fbde84fb99ca698f664360a5103ab115..0cdafb53064c2f2b1a306b907ef826736d625420 100644
--- a/content/common/navigation_params.h
+++ b/content/common/navigation_params.h
@@ -171,6 +171,10 @@ struct CONTENT_EXPORT BeginNavigationParams {
// the origin of the document that triggered the navigation. This parameter
// can be null during browser-initiated navigations.
base::Optional<url::Origin> initiator_origin;
+
+ // If the transition type is a client side redirect, then this holds the URL
+ // of the page that had the client side redirect.
+ GURL client_side_redirect_url;
};
// Provided by the browser -----------------------------------------------------
« no previous file with comments | « content/common/frame_messages.h ('k') | content/public/browser/navigation_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698