Chromium Code Reviews| 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( |
|
Justin Donnelly
2016/01/07 18:15:40
As we discussed offline, maybe this should have a
please use gerrit instead
2016/01/08 00:07:05
Acknowledged.
|
| + 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; |