| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index f2330a598d94b0c9f648532fcd39ba0ea51e820b..869c504dae61981292d03bebbb12b3bb8179b9ec 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2105,9 +2105,6 @@ ListValue* TestingAutomationProvider::GetInfobarsInfo(WebContents* wc) {
|
| case InfoBarDelegate::CONFIRM_INFOBAR:
|
| infobar_item->SetString("type", "confirm_infobar");
|
| break;
|
| - case InfoBarDelegate::ONE_CLICK_LOGIN_INFOBAR:
|
| - infobar_item->SetString("type", "oneclicklogin_infobar");
|
| - break;
|
| case InfoBarDelegate::PASSWORD_INFOBAR:
|
| infobar_item->SetString("type", "password_infobar");
|
| break;
|
|
|