Chromium Code Reviews| Index: chrome/browser/ui/host_desktop.h |
| diff --git a/chrome/browser/ui/host_desktop.h b/chrome/browser/ui/host_desktop.h |
| index 972845445076329460257baf90866b80ac733df0..8bd675ffeeb3860c8c2515c5f8a0a720dfe750ba 100644 |
| --- a/chrome/browser/ui/host_desktop.h |
| +++ b/chrome/browser/ui/host_desktop.h |
| @@ -43,6 +43,11 @@ HostDesktopType GetHostDesktopTypeForNativeWindow( |
| // http://sites.google.com/a/chromium.org/dev/developers/design-documents/aura/multi-desktop |
| HostDesktopType GetActiveDesktop(); |
| +// On Windows with Ash, checks whether Chrome is running in Metro mode and |
| +// returns HOST_DESKTOP_TYPE_ASH, to ensure all browsers are created in Metro |
| +// mode. Otherwise returns |desktop_type|. |
| +HostDesktopType GetVerifiedHostDesktopForBrowser(HostDesktopType desktop_type); |
|
sky
2013/11/14 15:28:42
This doesn't feel like the right place for this co
tapted
2013/11/15 00:11:51
I'll try it out in browser_commands.h . (I origina
tapted
2013/11/15 12:47:11
Done.
|
| + |
| } // namespace chrome |
| #endif // CHROME_BROWSER_UI_HOST_DESKTOP_H_ |