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

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: Do not use SetUp/TearDownTestCase() 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
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | chrome/test/base/test_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..12496be389d213e57cc3af113b6fe4558ceb54de 100644
--- a/chrome/test/base/test_switches.h
+++ b/chrome/test/base/test_switches.h
@@ -5,6 +5,8 @@
#ifndef CHROME_TEST_BASE_TEST_SWITCHES_H_
#define CHROME_TEST_BASE_TEST_SWITCHES_H_
+#include "build/build_config.h"
+
namespace switches {
// All switches in alphabetical order. The switches should be documented
@@ -16,6 +18,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_
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | chrome/test/base/test_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698