Index: content/test/test_launcher.cc |
=================================================================== |
--- content/test/test_launcher.cc (revision 133679) |
+++ content/test/test_launcher.cc (working copy) |
@@ -52,6 +52,8 @@ |
// Quit test execution after this number of tests has timed out. |
const int kMaxTimeouts = 5; // 45s timeout * (5 + 1) = 270s max run time. |
+const char kEmptyTestName[] = "InProcessBrowserTest.Empty"; |
+ |
namespace { |
// An empty test (it starts up and shuts down the browser as part of its |
@@ -556,8 +558,6 @@ |
} // namespace |
-const char kEmptyTestName[] = "InProcessBrowserTest.Empty"; |
- |
const char kGTestFilterFlag[] = "gtest_filter"; |
const char kGTestHelpFlag[] = "gtest_help"; |
const char kGTestListTestsFlag[] = "gtest_list_tests"; |