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

Unified Diff: chrome/test/ui/ui_test_suite.h

Issue 149445: Adding command line switch to run UI test in parallel. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « no previous file | chrome/test/ui/ui_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test_suite.h
===================================================================
--- chrome/test/ui/ui_test_suite.h (revision 19826)
+++ chrome/test/ui/ui_test_suite.h (working copy)
@@ -29,6 +29,10 @@
static const wchar_t kUseExistingBrowser[];
static const wchar_t kTestTimeout[];
+ static const wchar_t kBatchCount[];
+ static const wchar_t kBatchIndex[];
+ static const char kGTestTotalShards[];
+ static const char kGTestShardIndex[];
};
#endif // CHROME_TEST_UI_UI_TEST_SUITE_H_
« no previous file with comments | « no previous file | chrome/test/ui/ui_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698