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

Unified Diff: extensions/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: extensions/shell/browser/shell_browser_context.cc
diff --git a/extensions/shell/browser/shell_browser_context.cc b/extensions/shell/browser/shell_browser_context.cc
index b1a667637fb428e1889fec6ae43172fef7a836eb..c147c925c84d63de6d47e35d0836ef3036da5902 100644
--- a/extensions/shell/browser/shell_browser_context.cc
+++ b/extensions/shell/browser/shell_browser_context.cc
@@ -68,8 +68,6 @@ net::URLRequestContextGetter* ShellBrowserContext::CreateRequestContext(
this, IgnoreCertificateErrors(), GetPath(),
content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::IO),
- content::BrowserThread::GetTaskRunnerForThread(
- content::BrowserThread::FILE),
protocol_handlers, std::move(request_interceptors), nullptr /* net_log */,
extension_info_map));
resource_context_->set_url_request_context_getter(
« no previous file with comments | « content/shell/browser/shell_url_request_context_getter.cc ('k') | extensions/shell/browser/shell_url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698