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

Unified Diff: content/shell/browser/shell_browser_context.cc

Issue 2946343003: Remove more instances of BrowserThread::FILE. (Closed)
Patch Set: this time with feeling Created 3 years, 6 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
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_);
}

Powered by Google App Engine
This is Rietveld 408576698