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

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

Issue 10855231: Make content_browsertests support restarts across a test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
Index: content/public/test/test_launcher.h
===================================================================
--- content/public/test/test_launcher.h (revision 152131)
+++ content/public/test/test_launcher.h (working copy)
@@ -11,6 +11,7 @@
#include "base/compiler_specific.h"
class CommandLine;
+class FilePath;
namespace base {
class RunLoop;
@@ -38,7 +39,8 @@
virtual std::string GetEmptyTestName() = 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;
+ virtual bool AdjustChildProcessCommandLine(CommandLine* command_line,
+ const FilePath& temp_data_dir) = 0;
virtual void PreRunMessageLoop(base::RunLoop* run_loop) {}
virtual void PostRunMessageLoop() {}

Powered by Google App Engine
This is Rietveld 408576698