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

Unified Diff: content/renderer/web_ui_mojo_context_state.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 | « content/renderer/resource_fetcher_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_ui_mojo_context_state.cc
diff --git a/content/renderer/web_ui_mojo_context_state.cc b/content/renderer/web_ui_mojo_context_state.cc
index 3c9956867ef454377d60f9195f40dbbd0d94b2d2..7757b26cf1316c0f3fcb45a32651a113cb7ee7d3 100644
--- a/content/renderer/web_ui_mojo_context_state.cc
+++ b/content/renderer/web_ui_mojo_context_state.cc
@@ -100,6 +100,7 @@ void WebUIMojoContextState::FetchModule(const std::string& id) {
fetcher->Start(frame_,
blink::WebURLRequest::RequestContextScript,
blink::WebURLRequest::FrameTypeNone,
+ ResourceFetcher::PLATFORM_LOADER,
base::Bind(&WebUIMojoContextState::OnFetchModuleComplete,
base::Unretained(this),
fetcher));
« no previous file with comments | « content/renderer/resource_fetcher_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698