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

Unified Diff: chrome/common/chrome_switches.h

Issue 10699040: Relaunch Chrome in metro-mode with the help of a helper process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 0ebfe53e2397af50ce356833eb06a4be76128a00..7acd52b8ca88b80620b01e9cf2a56893ca4c2728 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -408,7 +408,9 @@ extern const char kKioskModePrinting[];
#endif
#if defined(OS_WIN)
+extern const char kActivateApp[];
extern const char kDisableDesktopShortcuts[];
+extern const char kWaitForHandle[];
#endif
#if defined(USE_AURA)

Powered by Google App Engine
This is Rietveld 408576698