diff options
Diffstat (limited to 'chrome/browser/ui/browser_navigator.h')
-rw-r--r-- | chrome/browser/ui/browser_navigator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h index 4efd06d..a91457c 100644 --- a/chrome/browser/ui/browser_navigator.h +++ b/chrome/browser/ui/browser_navigator.h @@ -7,6 +7,7 @@ #include <string> +#include "chrome/browser/ui/host_desktop.h" #include "content/public/browser/global_request_id.h" #include "content/public/common/page_transition_types.h" #include "content/public/common/referrer.h" @@ -197,6 +198,10 @@ struct NavigateParams { // to a different site that created a new RVH. content::GlobalRequestID transferred_global_request_id; + // Refers to which desktop this navigation should occur on. May be passed + // explicitly or inferred from an existing Browser instance. + chrome::HostDesktopType host_desktop_type; + private: NavigateParams(); }; |