Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1774)

Unified Diff: chrome/browser/first_run/upgrade_util.h

Issue 10885047: Metro mode switching (chrome side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_shutdown.cc ('k') | chrome/browser/first_run/upgrade_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/upgrade_util.h
===================================================================
--- chrome/browser/first_run/upgrade_util.h (revision 155242)
+++ chrome/browser/first_run/upgrade_util.h (working copy)
@@ -17,6 +17,14 @@
// launched, returns false.
bool RelaunchChromeBrowser(const CommandLine& command_line);
+#if defined(OS_WIN)
+
+// Like RelaunchChromeBrowser() but for Windows 8 if chrome is in desktop mode
+// it launches chrome in metro mode, and vice-versa.
+bool RelaunchChromeWithModeSwitch(const CommandLine& command_line);
+
+#endif
+
#if !defined(OS_MACOSX)
void SetNewCommandLine(CommandLine* new_command_line);
« no previous file with comments | « chrome/browser/browser_shutdown.cc ('k') | chrome/browser/first_run/upgrade_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698