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..faecc6f05d42ceaa946d805cfe2b42ee313003c3 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,9 @@ class NavigationController { |
| // The url to load. This field is required. |
| GURL url; |
| + // Optional site instance that initiated the navigation. |
| + scoped_refptr<SiteInstance> site_instance; |
|
Charlie Reis
2014/11/20 19:58:43
Same issues as mentioned before.
lfg
2014/12/05 21:55:42
Done.
|
| + |
| // See LoadURLType comments above. |
| LoadURLType load_type; |