Chromium Code Reviews| Index: content/test/test_launcher.h |
| =================================================================== |
| --- content/test/test_launcher.h (revision 104112) |
| +++ content/test/test_launcher.h (working copy) |
| @@ -29,6 +29,7 @@ |
| public: |
| virtual void EarlyInitialize() = 0; |
| virtual bool Run(int argc, char** argv, int* return_code) = 0; |
| + virtual int RunTestSuite(int argc, char** argv) = 0; |
| virtual bool AdjustChildProcessCommandLine(CommandLine* command_line) = 0; |
| protected: |