| 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 -----------------------------------------------------
|
|
|