| Index: chrome/browser/infobars/infobar_service.h
|
| diff --git a/chrome/browser/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h
|
| index e2064b0a3040b166b6565cb6b6a8a83ddfe392d6..96d63bffe4bab359908b71ec771aba2eec464f01 100644
|
| --- a/chrome/browser/infobars/infobar_service.h
|
| +++ b/chrome/browser/infobars/infobar_service.h
|
| @@ -62,6 +62,8 @@ class InfoBarService : public infobars::InfoBarManager,
|
|
|
| // InfoBarManager:
|
| int GetActiveEntryID() override;
|
| + scoped_ptr<infobars::InfoBar> CreateAutofillCCInfoBar(
|
| + scoped_ptr<autofill::AutofillCCInfoBarDelegate> delegate) override;
|
| // TODO(droger): Remove these functions once infobar notifications are
|
| // removed. See http://crbug.com/354380
|
| void NotifyInfoBarAdded(infobars::InfoBar* infobar) override;
|
|
|