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

Unified Diff: chrome/browser/drive/drive_api_service.cc

Issue 18742002: Remove direct reference to GetBlockingPool() in c/b/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix + rebase. Created 7 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/drive/drive_api_service.cc
diff --git a/chrome/browser/drive/drive_api_service.cc b/chrome/browser/drive/drive_api_service.cc
index 6c6707f6a368505ae86a2ca73c7c0b5078d8dffd..ffd24988d0401b8db562711ae3a03ef28df933df 100644
--- a/chrome/browser/drive/drive_api_service.cc
+++ b/chrome/browser/drive/drive_api_service.cc
@@ -287,6 +287,7 @@ void DriveAPIService::Initialize(Profile* profile) {
scopes.push_back(kDriveAppsReadonlyScope);
sender_.reset(new RequestSender(profile,
url_request_context_getter_,
+ blocking_task_runner_.get(),
scopes,
custom_user_agent_));
sender_->Initialize();

Powered by Google App Engine
This is Rietveld 408576698