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

Unified Diff: base/test/test_launcher.h

Issue 17910005: Fix handling of BROWSER_WRAPPER in the test launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 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 | base/test/test_launcher.cc » ('j') | content/public/test/test_launcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_launcher.h
diff --git a/base/test/test_launcher.h b/base/test/test_launcher.h
index 603179c1f0035da0ac515a3ec900859f1a801aa3..ca4ae400397a480a3f9b5d7f90ab0a84458f884b 100644
--- a/base/test/test_launcher.h
+++ b/base/test/test_launcher.h
@@ -73,6 +73,7 @@ class TestLauncherDelegate {
};
int LaunchChildGTestProcess(const CommandLine& command_line,
+ const std::string& wrapper,
sky 2013/06/26 21:24:20 Please add a description of wrapper.
Paweł Hajdan Jr. 2013/06/27 18:18:35 Done.
base::TimeDelta timeout,
bool* was_timeout);
« no previous file with comments | « no previous file | base/test/test_launcher.cc » ('j') | content/public/test/test_launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698