| Index: chrome/test/ui/ui_test.h
|
| diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
|
| index 55763c92ad56d16663ce1d610a7e1ce6e3671a3f..3e31735e77860cca216d3d704d6a4848fbd3350b 100644
|
| --- a/chrome/test/ui/ui_test.h
|
| +++ b/chrome/test/ui/ui_test.h
|
| @@ -244,12 +244,6 @@ class UITestBase {
|
| return launcher_->browser_quit_time();
|
| }
|
|
|
| - // Compatibility timeout accessors.
|
| - // TODO(phajdan.jr): update callers and remove these.
|
| - static int command_execution_timeout_ms() {
|
| - return TestTimeouts::command_execution_timeout_ms();
|
| - }
|
| -
|
| // Fetch the state which determines whether the profile will be cleared on
|
| // next startup.
|
| bool get_clear_profile() const {
|
|
|