diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_cc_infobar_delegate.cc')
-rw-r--r-- | chrome/browser/autofill/autofill_cc_infobar_delegate.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc index 364bc3f..2dadc7d 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; +} |