summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute/command_execute_impl.h
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-13 16:44:10 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-13 16:44:10 +0000
commit1be93e07413904d6de56991892d46cec614f5def (patch)
tree188f2ce4895713a7719c47cddb56752bf93645ca /win8/delegate_execute/command_execute_impl.h
parentead5ab3d6a8ee59ee0f7c366a4ff4d529956d8af (diff)
downloadchromium_src-1be93e07413904d6de56991892d46cec614f5def.zip
chromium_src-1be93e07413904d6de56991892d46cec614f5def.tar.gz
chromium_src-1be93e07413904d6de56991892d46cec614f5def.tar.bz2
Cause metro/ash to auto-launch the needed desktop process, without showing a background window.
BUG=151718 TEST=Launch metro ash, see it start. Review URL: https://chromiumcodereview.appspot.com/11367060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/delegate_execute/command_execute_impl.h')
-rw-r--r--win8/delegate_execute/command_execute_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h
index 8fd00b8..8e0fcbf 100644
--- a/win8/delegate_execute/command_execute_impl.h
+++ b/win8/delegate_execute/command_execute_impl.h
@@ -86,6 +86,9 @@ class ATL_NO_VTABLE DECLSPEC_UUID("A2DF06F9-A21A-44A8-8A99-8B9C84F29160")
private:
static bool FindChromeExe(FilePath* chrome_exe);
+
+ static bool path_provider_initialized_;
+
bool GetLaunchScheme(string16* display_name, INTERNET_SCHEME* scheme);
HRESULT LaunchDesktopChrome();
// Returns the launch mode, i.e. desktop launch/metro launch, etc.