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

Unified Diff: chrome/browser/permissions/grouped_permission_infobar_delegate.h

Issue 2319443002: Add InfoBarIdentifier to GroupedPermissionInfoBarDelegate (Closed)
Patch Set: Created 4 years, 3 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/permissions/grouped_permission_infobar_delegate.h
diff --git a/chrome/browser/permissions/grouped_permission_infobar_delegate.h b/chrome/browser/permissions/grouped_permission_infobar_delegate.h
index f0a22ced3e5f36a28108eeb6af278b9dcfd82d44..773ef79842a61d214f8a08aac39690b8ab8b50d4 100644
--- a/chrome/browser/permissions/grouped_permission_infobar_delegate.h
+++ b/chrome/browser/permissions/grouped_permission_infobar_delegate.h
@@ -50,6 +50,7 @@ class GroupedPermissionInfoBarDelegate : public ConfirmInfoBarDelegate {
// ConfirmInfoBarDelegate:
base::string16 GetButtonLabel(InfoBarButton button) const override;
int GetButtons() const override;
+ infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override;
Peter Kasting 2016/09/08 04:06:24 Nit: Move this function to the top of this group o
lshang 2016/09/21 07:09:33 Done.
// InfoBarDelegate:
Peter Kasting 2016/09/08 04:06:24 Nit: While here: Remove this comment, move the fun
lshang 2016/09/21 07:09:33 Done.
Type GetInfoBarType() const override;

Powered by Google App Engine
This is Rietveld 408576698