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

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

Issue 2755593002: Remove pointer from PermissionPromptAndroid to InfoBar (Closed)
Patch Set: rebase over 2757483002 Created 3 years, 9 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_android.h
diff --git a/chrome/browser/permissions/grouped_permission_infobar_delegate_android.h b/chrome/browser/permissions/grouped_permission_infobar_delegate_android.h
index 15839fb9bad178a0d8599121e7aeedbc7477b2da..181e8f249a1217a992aa53525a78cbfc4983cc30 100644
--- a/chrome/browser/permissions/grouped_permission_infobar_delegate_android.h
+++ b/chrome/browser/permissions/grouped_permission_infobar_delegate_android.h
@@ -65,6 +65,9 @@ class GroupedPermissionInfoBarDelegate : public ConfirmInfoBarDelegate {
int GetButtons() const override;
base::string16 GetButtonLabel(InfoBarButton button) const override;
+ // InfoBarDelegate:
+ bool EqualsDelegate(infobars::InfoBarDelegate* delegate) const override;
+
const GURL requesting_origin_;
// Whether the accept/deny decision is persisted.
bool persist_;

Powered by Google App Engine
This is Rietveld 408576698