| Index: chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| index 364bc3f31d0442c3f7305cf611f398a068bc198a..2dadc7de530746d6308dcf2112ecbdcd5ccb1956 100644
|
| --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| @@ -103,3 +103,6 @@ InfoBar* AutoFillCCInfoBarDelegate::CreateInfoBar() {
|
| }
|
| #endif // defined(OS_WIN)
|
|
|
| +InfoBarDelegate::Type AutoFillCCInfoBarDelegate::GetInfoBarType() {
|
| + return PAGE_ACTION_TYPE;
|
| +}
|
|
|