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

Unified Diff: chrome/browser/chromeos/gdata/gdata_sync_client.cc

Issue 10855034: Drive: Remove gdata_params.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review (#16) fix & rebase Created 8 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/chromeos/gdata/gdata_sync_client.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_sync_client.cc b/chrome/browser/chromeos/gdata/gdata_sync_client.cc
index df8e22f7ae59fb5341753f27ceb143267651936d..516eca6ad2dbfa2097aa46344c7ee683085d57e7 100644
--- a/chrome/browser/chromeos/gdata/gdata_sync_client.cc
+++ b/chrome/browser/chromeos/gdata/gdata_sync_client.cc
@@ -183,7 +183,7 @@ void GDataSyncClient::DoSyncLoop() {
base::Bind(&GDataSyncClient::OnFetchFileComplete,
weak_ptr_factory_.GetWeakPtr(),
sync_task),
- GetDownloadDataCallback());
+ GetContentCallback());
} else if (sync_task.sync_type == UPLOAD) {
DVLOG(1) << "Uploading " << sync_task.resource_id;
file_system_->UpdateFileByResourceId(
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_protocol_handler.cc ('k') | chrome/browser/chromeos/gdata/gdata_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698