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

Unified Diff: chrome/test/ui/ui_test.cc

Issue 6685099: Removing command_execution_timeout_ms in favor of action_max_timeout_ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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
« chrome/test/pyautolib/pyautolib.i ('K') | « chrome/test/ui/ui_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.cc
===================================================================
--- chrome/test/ui/ui_test.cc (revision 79305)
+++ chrome/test/ui/ui_test.cc (working copy)
@@ -159,12 +159,6 @@
EXPECT_EQ(expected_crashes_, actual_crashes) << error_msg;
}
-// TODO(phajdan.jr): get rid of set_command_execution_timeout_ms.
Nirnimesh 2011/03/29 20:27:28 We'll need this
Paweł Hajdan Jr. 2011/03/30 07:15:27 Well, the entire point of this change is to get ri
Nirnimesh 2011/03/30 10:26:30 I thought this CL was about getting rid of command
Paweł Hajdan Jr. 2011/03/30 16:36:39 In this situation, a timeout_ms parameter should b
Nirnimesh 2011/03/30 18:43:06 What you're suggesting would have been fine if the
Huyen 2011/03/31 02:42:55 Done.
Paweł Hajdan Jr. 2011/03/31 20:11:09 Well, set_command_execution_timeout was a hack sin
Nirnimesh 2011/03/31 20:20:26 > A possible solution, if you'd like to keep the T
-void UITestBase::set_command_execution_timeout_ms(int timeout) {
- automation()->set_command_execution_timeout_ms(timeout);
- VLOG(1) << "Automation command execution timeout set to " << timeout << " ms";
-}
-
ProxyLauncher* UITestBase::CreateProxyLauncher() {
return new AnonymousProxyLauncher(false);
}
« chrome/test/pyautolib/pyautolib.i ('K') | « chrome/test/ui/ui_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698