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

Unified Diff: components/infobars/core/infobar_delegate.h

Issue 2363653002: Cleanup unreachable cert adding code (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: components/infobars/core/infobar_delegate.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index a39fde2306f6cc41dcbc3e6688f6526a51f699e6..c0d1fc3e7eb5c981b6b268b1b8872a1b22046347 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -103,7 +103,7 @@ class InfoBarDelegate {
RELOAD_PLUGIN_INFOBAR_DELEGATE = 33,
PLUGIN_OBSERVER = 34,
SSL_ADD_CERTIFICATE = 35,
- SSL_ADD_CERTIFICATE_INFOBAR_DELEGATE = 36,
+ // Removed: SSL_ADD_CERTIFICATE_INFOBAR_DELEGATE = 36,
POPUP_BLOCKED_INFOBAR_DELEGATE = 37,
CHROME_SELECT_FILE_POLICY = 38,
KEYSTONE_PROMOTION_INFOBAR_DELEGATE = 39,

Powered by Google App Engine
This is Rietveld 408576698