| 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)));
|
| }
|
|
|