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

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
Index: chrome/browser/first_run/upgrade_util.h
===================================================================
--- chrome/browser/first_run/upgrade_util.h (revision 153562)
+++ 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);

Powered by Google App Engine
This is Rietveld 408576698