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

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

Issue 532773002: Implement ManifestFetcher, helper to fetch Web Manifests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | content/content_renderer.gypi » ('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 0e75c0613bbfe1d79fd4f83fc6b3333b593b5c2d..3a85b2dbf06cea424e44cf5fcb93eb0395573122 100644
--- a/chrome/renderer/net/net_error_helper.cc
+++ b/chrome/renderer/net/net_error_helper.cc
@@ -264,6 +264,7 @@ void NetErrorHelper::FetchNavigationCorrections(
frame,
blink::WebURLRequest::RequestContextInternal,
blink::WebURLRequest::FrameTypeTopLevel,
+ content::ResourceFetcher::PLATFORM_LOADER,
base::Bind(&NetErrorHelper::OnNavigationCorrectionsFetched,
base::Unretained(this)));
@@ -293,6 +294,7 @@ void NetErrorHelper::SendTrackingRequest(
frame,
blink::WebURLRequest::RequestContextInternal,
blink::WebURLRequest::FrameTypeTopLevel,
+ content::ResourceFetcher::PLATFORM_LOADER,
base::Bind(&NetErrorHelper::OnTrackingRequestComplete,
base::Unretained(this)));
}
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698