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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system_proxy.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_file_system_proxy.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
index 825021b81dab8f970b890f645b279a78f3012598..a94f261d072a52bd03ad6fd3daa69fa28d6c6fab 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
@@ -519,7 +519,7 @@ void GDataFileSystemProxy::OpenFile(
callback,
file_flags,
peer_handle),
- GetDownloadDataCallback());
+ GetContentCallback());
}
} else if ((file_flags & base::PLATFORM_FILE_CREATE) ||
(file_flags & base::PLATFORM_FILE_CREATE_ALWAYS)) {
@@ -601,7 +601,7 @@ void GDataFileSystemProxy::OnGetEntryInfoByPath(
base::Bind(&CallSnapshotFileCallback,
callback,
file_info),
- GetDownloadDataCallback());
+ GetContentCallback());
}
void GDataFileSystemProxy::CreateWritableSnapshotFile(

Powered by Google App Engine
This is Rietveld 408576698