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

Unified Diff: chrome/browser/extensions/startup_helper.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: chrome/browser/extensions/startup_helper.cc
diff --git a/chrome/browser/extensions/startup_helper.cc b/chrome/browser/extensions/startup_helper.cc
index 4b5a94bf1827c7953b40c232ab0bad9184f0b2d4..b4e9a61829053fd1899dd86a69cb7b720b796c76 100644
--- a/chrome/browser/extensions/startup_helper.cc
+++ b/chrome/browser/extensions/startup_helper.cc
@@ -131,7 +131,7 @@ class ValidateCrxHelper : public SandboxedUnpackerClient {
void StartOnFileThread() {
CHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
scoped_refptr<base::SingleThreadTaskRunner> file_task_runner =
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE);
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE);
scoped_refptr<SandboxedUnpacker> unpacker(new SandboxedUnpacker(
Manifest::INTERNAL, 0, /* no special creation flags */
« no previous file with comments | « chrome/browser/extensions/extension_special_storage_policy.cc ('k') | chrome/browser/history/top_sites_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698