Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index bde0dd1c28b98c4ac4f85a4e1c735e794f531a80..48a6c6f99b8f447eaf2031d49bd7fbbb0e2cd2b2 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1572,6 +1572,11 @@ const char kRelaunchShortcut[] = "relaunch-shortcut"; |
const char kWaitForMutex[] = "wait-for-mutex"; |
#endif |
+#if defined(OS_WIN) && defined(USE_AURA) |
+// Force browser tests to run in Ash/Metro on Windows 8. |
+const char kAshBrowserTests[] = "ash-browsertests"; |
+#endif |
+ |
#ifndef NDEBUG |
// Enables overriding the path of file manager extension. |
const char kFileManagerExtensionPath[] = "filemgr-ext-path"; |