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

Unified Diff: content/shell/browser/shell_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/shell/browser/shell_resource_dispatcher_host_delegate.h
===================================================================
--- content/shell/browser/shell_resource_dispatcher_host_delegate.h (revision 243099)
+++ content/shell/browser/shell_resource_dispatcher_host_delegate.h (working copy)
@@ -18,8 +18,6 @@
virtual ~ShellResourceDispatcherHostDelegate();
// ResourceDispatcherHostDelegate implementation.
- virtual bool AcceptAuthRequest(net::URLRequest* request,
- net::AuthChallengeInfo* auth_info) OVERRIDE;
virtual ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(
net::AuthChallengeInfo* auth_info, net::URLRequest* request) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698