| 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.
|
| -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);
|
| }
|
|
|