Chromium Code Reviews| 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; |