Index: content/shell/browser/shell_browser_context.cc |
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc |
index 957d746c18771ca77202e087e6a4264465002892..870e9233b5fd8883c99ac4b441510047bb62ee28 100644 |
--- a/content/shell/browser/shell_browser_context.cc |
+++ b/content/shell/browser/shell_browser_context.cc |
@@ -156,7 +156,6 @@ ShellBrowserContext::CreateURLRequestContextGetter( |
return new ShellURLRequestContextGetter( |
ignore_certificate_errors_, GetPath(), |
BrowserThread::GetTaskRunnerForThread(BrowserThread::IO), |
- BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE), |
protocol_handlers, std::move(request_interceptors), net_log_); |
} |