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

Unified Diff: content/public/browser/resource_dispatcher_host_delegate.h

Issue 124113003: Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in ChromeResourceDispatcherHost… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: simplify Created 6 years, 11 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: content/public/browser/resource_dispatcher_host_delegate.h
===================================================================
--- content/public/browser/resource_dispatcher_host_delegate.h (revision 243099)
+++ content/public/browser/resource_dispatcher_host_delegate.h (working copy)
@@ -33,7 +33,6 @@
namespace net {
class AuthChallengeInfo;
-class SSLCertRequestInfo;
class URLRequest;
}
@@ -86,19 +85,6 @@
bool must_download,
ScopedVector<ResourceThrottle>* throttles);
- // Called when an SSL Client Certificate is requested. If false is returned,
- // the request is canceled. Otherwise, the certificate is chosen.
- virtual bool AcceptSSLClientCertificateRequest(
- net::URLRequest* request,
- net::SSLCertRequestInfo* cert_request_info);
-
- // Called when authentication is required and credentials are needed. If
- // false is returned, CancelAuth() is called on the URLRequest and the error
- // page is shown. If true is returned, the user will be prompted for
- // authentication credentials.
- virtual bool AcceptAuthRequest(net::URLRequest* request,
- net::AuthChallengeInfo* auth_info);
-
// Creates a ResourceDispatcherHostLoginDelegate that asks the user for a
// username and password.
virtual ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(

Powered by Google App Engine
This is Rietveld 408576698