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

Unified Diff: chrome/test/base/test_switches.h

Issue 16022003: Base for Ash browser_tests on Win8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing ifdefs Created 7 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/test/base/test_switches.h
diff --git a/chrome/test/base/test_switches.h b/chrome/test/base/test_switches.h
index c37e71992dbf901b386074236505795d40a86a1d..8cdac2ec161180b2df1eb2db279c58b18eaedd7a 100644
--- a/chrome/test/base/test_switches.h
+++ b/chrome/test/base/test_switches.h
@@ -16,6 +16,10 @@ extern const char kEnableErrorDialogs[];
extern const char kPageCyclerIterations[];
extern const char kTestingChannel[];
+#if defined(OS_WIN) && defined(USE_AURA)
+extern const char kAshBrowserTests[];
+#endif
+
} // namespace switches
#endif // CHROME_TEST_BASE_TEST_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698