Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3760)

Unified Diff: chrome/browser/infobars/infobar_service.h

Issue 1540423004: Add card details and legal message to Android save credit card infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edits Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698