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

Unified Diff: chrome/browser/android/blimp/blimp_client_context_factory.cc

Issue 2211613002: Add AssignmentSource to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge origin/master Created 4 years, 4 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/android/blimp/blimp_client_context_factory.cc
diff --git a/chrome/browser/android/blimp/blimp_client_context_factory.cc b/chrome/browser/android/blimp/blimp_client_context_factory.cc
index f070d66dc70599e0bdac4d5e49ebfd7d6a267e2e..dd63089c29ec626dab012bd9e9a2e5b066ede7e8 100644
--- a/chrome/browser/android/blimp/blimp_client_context_factory.cc
+++ b/chrome/browser/android/blimp/blimp_client_context_factory.cc
@@ -35,7 +35,9 @@ KeyedService* BlimpClientContextFactory::BuildServiceInstanceFor(
content::BrowserContext* context) const {
return blimp::client::BlimpClientContext::Create(
content::BrowserThread::GetTaskRunnerForThread(
- content::BrowserThread::IO));
+ content::BrowserThread::IO),
+ content::BrowserThread::GetTaskRunnerForThread(
+ content::BrowserThread::FILE));
}
content::BrowserContext* BlimpClientContextFactory::GetBrowserContextToUse(
« no previous file with comments | « blimp/engine/browser_tests/engine_browsertest.cc ('k') | chrome/browser/android/blimp/chrome_blimp_client_context_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698