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

Unified Diff: chrome/renderer/net/net_error_helper.cc

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 2 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
« no previous file with comments | « no previous file | components/nacl/renderer/file_downloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/net_error_helper.cc
diff --git a/chrome/renderer/net/net_error_helper.cc b/chrome/renderer/net/net_error_helper.cc
index c41b55ad29fe0c4ba4f98e75082985bad2a50bec..41b66aba00204c20f572f217ef36cb33c15ada06 100644
--- a/chrome/renderer/net/net_error_helper.cc
+++ b/chrome/renderer/net/net_error_helper.cc
@@ -286,7 +286,6 @@ void NetErrorHelper::FetchNavigationCorrections(
render_frame()->GetWebFrame(),
blink::WebURLRequest::RequestContextInternal,
blink::WebURLRequest::FrameTypeNone,
- content::ResourceFetcher::PLATFORM_LOADER,
base::Bind(&NetErrorHelper::OnNavigationCorrectionsFetched,
base::Unretained(this)));
@@ -311,7 +310,6 @@ void NetErrorHelper::SendTrackingRequest(
render_frame()->GetWebFrame(),
blink::WebURLRequest::RequestContextInternal,
blink::WebURLRequest::FrameTypeNone,
- content::ResourceFetcher::PLATFORM_LOADER,
base::Bind(&NetErrorHelper::OnTrackingRequestComplete,
base::Unretained(this)));
}
« no previous file with comments | « no previous file | components/nacl/renderer/file_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698