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

Unified Diff: chrome/test/base/test_launcher_utils.h

Issue 8036044: Add (not yet working) content_browsertests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « chrome/test/base/out_of_proc_test_runner.cc ('k') | chrome/test/base/test_launcher_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_launcher_utils.h
===================================================================
--- chrome/test/base/test_launcher_utils.h (revision 103499)
+++ chrome/test/base/test_launcher_utils.h (working copy)
@@ -29,12 +29,6 @@
CommandLine* command_line,
const std::string& implementation_name) WARN_UNUSED_RESULT;
-// Returns test termination tiemout based on test name
-// and a default timeout. Makes it possible to override
-// the default timeout using command-line or test prefix.
-int GetTestTerminationTimeout(const std::string& test_name,
- int default_timeout_ms);
-
} // namespace test_launcher_utils
#endif // CHROME_TEST_BASE_TEST_LAUNCHER_UTILS_H_
« no previous file with comments | « chrome/test/base/out_of_proc_test_runner.cc ('k') | chrome/test/base/test_launcher_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698