| Index: components/autofill/core/browser/autofill_cc_infobar_delegate.cc
|
| diff --git a/components/autofill/core/browser/autofill_cc_infobar_delegate.cc b/components/autofill/core/browser/autofill_cc_infobar_delegate.cc
|
| index 69f2955d80e818f83b3ff6555e5b146b4391b2de..97703b27c946f9ae13c1dc7779d9b723b876f47e 100644
|
| --- a/components/autofill/core/browser/autofill_cc_infobar_delegate.cc
|
| +++ b/components/autofill/core/browser/autofill_cc_infobar_delegate.cc
|
| @@ -60,6 +60,11 @@ void AutofillCCInfoBarDelegate::LogUserAction(
|
| had_user_interaction_ = true;
|
| }
|
|
|
| +infobars::InfoBarDelegate::InfoBarIdentifier
|
| +AutofillCCInfoBarDelegate::GetIdentifier() const {
|
| + return AUTOFILL_CC_INFOBAR_DELEGATE;
|
| +}
|
| +
|
| infobars::InfoBarDelegate::Type
|
| AutofillCCInfoBarDelegate::GetInfoBarType() const {
|
| return PAGE_ACTION_TYPE;
|
|
|