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

Unified Diff: chrome/browser/extensions/extension_special_storage_policy.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/extension_special_storage_policy.cc
diff --git a/chrome/browser/extensions/extension_special_storage_policy.cc b/chrome/browser/extensions/extension_special_storage_policy.cc
index a45cb9d9d98a7d9871c7a7e2f81b47da4527013a..07ac14654212b9a3cb1f1297b1669dcdb002aa94 100644
--- a/chrome/browser/extensions/extension_special_storage_policy.cc
+++ b/chrome/browser/extensions/extension_special_storage_policy.cc
@@ -69,11 +69,9 @@ void LogHostedAppUnlimitedStorageUsage(
// cannot ask for any more temporary storage, according to
// https://developers.google.com/chrome/whitepapers/storage.
BrowserThread::PostAfterStartupTask(
- FROM_HERE,
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
+ FROM_HERE, BrowserThread::GetTaskRunnerForThread(BrowserThread::IO),
base::Bind(&storage::QuotaManager::GetUsageAndQuotaForWebApps,
- partition->GetQuotaManager(),
- launch_url,
+ partition->GetQuotaManager(), launch_url,
storage::kStorageTypePersistent,
base::Bind(&ReportQuotaUsage)));
}
« no previous file with comments | « chrome/browser/extensions/extension_gcm_app_handler_unittest.cc ('k') | chrome/browser/extensions/startup_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698