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

Unified Diff: chrome/browser/ssl/ssl_cert_error_handler.cc

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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
« no previous file with comments | « chrome/browser/ssl/ssl_cert_error_handler.h ('k') | chrome/browser/ssl/ssl_error_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_cert_error_handler.cc
diff --git a/chrome/browser/ssl/ssl_cert_error_handler.cc b/chrome/browser/ssl/ssl_cert_error_handler.cc
index 40bf0678dbb600fd1a245d7c3379ce7157010de9..97b0e056b28fa5e70d76ee00c9453e35ad24373a 100644
--- a/chrome/browser/ssl/ssl_cert_error_handler.cc
+++ b/chrome/browser/ssl/ssl_cert_error_handler.cc
@@ -28,6 +28,10 @@ SSLCertErrorHandler::SSLCertErrorHandler(
ssl_info_.SetCertError(cert_error);
}
+SSLCertErrorHandler* SSLCertErrorHandler::AsSSLCertErrorHandler() {
+ return this;
+}
+
void SSLCertErrorHandler::OnDispatchFailed() {
CancelRequest();
}
« no previous file with comments | « chrome/browser/ssl/ssl_cert_error_handler.h ('k') | chrome/browser/ssl/ssl_error_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698