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

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

Issue 345037: Fifth patch in getting rid of caching MessageLoop pointers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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_manager.h
===================================================================
--- chrome/browser/ssl/ssl_manager.h (revision 30691)
+++ chrome/browser/ssl/ssl_manager.h (working copy)
@@ -16,7 +16,6 @@
#include "net/base/net_errors.h"
class LoadFromMemoryCacheDetails;
-class MessageLoop;
class NavigationController;
class NavigationEntry;
class PrefService;
@@ -62,8 +61,7 @@
static void OnSSLCertificateError(ResourceDispatcherHost* resource_dispatcher,
URLRequest* request,
int cert_error,
- net::X509Certificate* cert,
- MessageLoop* ui_loop);
+ net::X509Certificate* cert);
// Mixed content entry points.
void DidDisplayInsecureContent();

Powered by Google App Engine
This is Rietveld 408576698