Index: content/renderer/mojo_context_state.cc |
diff --git a/content/renderer/mojo_context_state.cc b/content/renderer/mojo_context_state.cc |
index 2da9becde0a44f559a8f89a52f1e13f1c9d254b7..5bba47d349a442ea722a1fdf4a307b23f28f679b 100644 |
--- a/content/renderer/mojo_context_state.cc |
+++ b/content/renderer/mojo_context_state.cc |
@@ -181,7 +181,6 @@ void MojoContextState::FetchModule(const std::string& id) { |
fetcher->Start(frame_, |
blink::WebURLRequest::RequestContextScript, |
blink::WebURLRequest::FrameTypeNone, |
- ResourceFetcher::PLATFORM_LOADER, |
base::Bind(&MojoContextState::OnFetchModuleComplete, |
base::Unretained(this), fetcher, id)); |
} |