| Index: content/public/browser/page_navigator.h
|
| diff --git a/content/public/browser/page_navigator.h b/content/public/browser/page_navigator.h
|
| index 0cdba29607c71cbea99c7a274e19ca184d89db3b..49183674ee8d06504ee71d6e6682325d56f8598d 100644
|
| --- a/content/public/browser/page_navigator.h
|
| +++ b/content/public/browser/page_navigator.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/global_request_id.h"
|
| +#include "content/public/browser/site_instance.h"
|
| #include "content/public/common/referrer.h"
|
| #include "ui/base/page_transition_types.h"
|
| #include "ui/base/window_open_disposition.h"
|
| @@ -42,6 +43,9 @@ struct CONTENT_EXPORT OpenURLParams {
|
| GURL url;
|
| Referrer referrer;
|
|
|
| + // Optional site instance that initiated the navigation.
|
| + scoped_refptr<content::SiteInstance> site_instance;
|
| +
|
| // Any redirect URLs that occurred for this navigation before |url|.
|
| std::vector<GURL> redirect_chain;
|
|
|
|
|