Chromium Code Reviews| 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); |
| } |