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

Unified Diff: content/public/test/test_launcher.h

Issue 10441103: Make sharding_supervisor.py run InProcessBrowserTest.Empty (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to comments Created 8 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 | « no previous file | content/test/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_launcher.h
===================================================================
--- content/public/test/test_launcher.h (revision 144098)
+++ content/public/test/test_launcher.h (working copy)
@@ -24,6 +24,9 @@
extern const char kSingleProcessTestsAndChromeFlag[];
extern const char kHelpFlag[];
+// Flag that causes only the kEmptyTestName test to be run.
+extern const char kWarmupFlag[];
+
class TestLauncherDelegate {
public:
virtual void EarlyInitialize() = 0;
« no previous file with comments | « no previous file | content/test/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698