| Index: chrome/test/reliability/automated_ui_tests.cc
|
| diff --git a/chrome/test/reliability/automated_ui_tests.cc b/chrome/test/reliability/automated_ui_tests.cc
|
| index 108d44abc14e5e7fcdecc657de36e0df6b48264d..b214c68ce6b44e1b78a42cb8ed52869ae43c875c 100644
|
| --- a/chrome/test/reliability/automated_ui_tests.cc
|
| +++ b/chrome/test/reliability/automated_ui_tests.cc
|
| @@ -448,8 +448,6 @@ bool AutomatedUITest::DoAction(const std::string& action) {
|
| did_complete_action = SelectNextTab();
|
| } else if (LowerCaseEqualsASCII(action, "selectprevtab")) {
|
| did_complete_action = SelectPreviousTab();
|
| - } else if (LowerCaseEqualsASCII(action, "showbookmarks")) {
|
| - did_complete_action = ShowBookmarkBar();
|
| } else if (LowerCaseEqualsASCII(action, "setup")) {
|
| AutomatedUITestBase::SetUp();
|
| did_complete_action = true;
|
|
|