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

Unified Diff: chrome/browser/tab_contents/tab_contents_ssl_helper.cc

Issue 6598057: Split infobar_delegate.[cc,h] into separate pieces for the different classes defined within, so that (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 9 years, 10 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/tab_contents/tab_contents_ssl_helper.cc
diff --git a/chrome/browser/tab_contents/tab_contents_ssl_helper.cc b/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
index e8a0485bbff71e01ffc8a0db8f7fa9b022b7ecd0..bc9350bbccc57fd93e3462e7b3b9705e7e6587a4 100644
--- a/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
+++ b/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
@@ -10,7 +10,8 @@
#include "chrome/browser/ssl/ssl_add_cert_handler.h"
#include "chrome/browser/ssl/ssl_client_auth_handler.h"
#include "chrome/browser/ssl_client_certificate_selector.h"
-#include "chrome/browser/tab_contents/infobar_delegate.h"
+#include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
+#include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h"
#include "chrome/common/notification_details.h"
#include "chrome/common/notification_source.h"
#include "content/browser/certificate_viewer.h"
@@ -29,7 +30,6 @@ SkBitmap* GetCertIcon() {
IDR_INFOBAR_SAVE_PASSWORD);
}
Peter Kasting 2011/03/01 19:10:37 Nit: This blank line can stay
tfarina 2011/03/02 01:47:13 Done.
-
// SSLCertAddedInfoBarDelegate ------------------------------------------------
class SSLCertAddedInfoBarDelegate : public ConfirmInfoBarDelegate {

Powered by Google App Engine
This is Rietveld 408576698