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

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

Issue 1520543004: Add method for identifying different InfoBars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 5 years 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/insecure_content_infobar_delegate.h
diff --git a/chrome/browser/infobars/insecure_content_infobar_delegate.h b/chrome/browser/infobars/insecure_content_infobar_delegate.h
index 4e1b0f7e3c51b11c4a8810ed2c5ac23e3b3f1858..52841fd561030960d8d7523b8c988a5d23f6125b 100644
--- a/chrome/browser/infobars/insecure_content_infobar_delegate.h
+++ b/chrome/browser/infobars/insecure_content_infobar_delegate.h
@@ -30,6 +30,7 @@ class InsecureContentInfoBarDelegate : public ConfirmInfoBarDelegate {
~InsecureContentInfoBarDelegate() override;
// ConfirmInfoBarDelegate:
+ std::string GetIdentifier() const override;
void InfoBarDismissed() override;
InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate() override;
base::string16 GetMessageText() const override;

Powered by Google App Engine
This is Rietveld 408576698