Chromium Code Reviews| Index: content/public/browser/navigation_controller.h |
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h |
| index abc6c7e6988117711aaba5ba48ab79ae59ab685c..b8b609cdc230dfae5dc85a90afd5cadb78410a86 100644 |
| --- a/content/public/browser/navigation_controller.h |
| +++ b/content/public/browser/navigation_controller.h |
| @@ -14,6 +14,7 @@ |
| #include "content/common/content_export.h" |
| #include "content/public/browser/global_request_id.h" |
| #include "content/public/browser/session_storage_namespace.h" |
| +#include "content/public/browser/site_instance.h" |
| #include "content/public/common/referrer.h" |
| #include "ui/base/page_transition_types.h" |
| #include "url/gurl.h" |
| @@ -104,6 +105,10 @@ class NavigationController { |
| // The url to load. This field is required. |
| GURL url; |
| + // Site instance of the frame that initiated the navigation or null if we |
|
nasko
2014/12/11 01:14:44
nit: s/Site instance/SiteInstance/
lfg
2014/12/11 23:55:24
Done.
|
| + // don't know it. |
| + scoped_refptr<SiteInstance> source_site_instance; |
| + |
| // See LoadURLType comments above. |
| LoadURLType load_type; |