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

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

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
Index: chrome/browser/ssl/ssl_cert_error_handler.h
diff --git a/chrome/browser/ssl/ssl_cert_error_handler.h b/chrome/browser/ssl/ssl_cert_error_handler.h
index a4bdd0dce8f6ec7324ca62f8ec35b64c5a72921c..4f71999c665e4fd7adc84efcf1a81e2d60775220 100644
--- a/chrome/browser/ssl/ssl_cert_error_handler.h
+++ b/chrome/browser/ssl/ssl_cert_error_handler.h
@@ -29,7 +29,7 @@ class SSLCertErrorHandler : public SSLErrorHandler {
int cert_error,
net::X509Certificate* cert);
- virtual SSLCertErrorHandler* AsSSLCertErrorHandler() { return this; }
+ virtual SSLCertErrorHandler* AsSSLCertErrorHandler();
// These accessors are available on either thread
const net::SSLInfo& ssl_info() const { return ssl_info_; }
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_store_sqlite.cc ('k') | chrome/browser/ssl/ssl_cert_error_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698