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

Unified Diff: chrome/browser/chromeos/gdata/gdata_protocol_handler.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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_params.cc ('k') | chrome/browser/chromeos/gdata/gdata_sync_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc b/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
index 86395f7a15ca02790559655953c16f91be21426a..a214dc22f1c5d82492182b3b9132360e3e654a8d 100644
--- a/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
+++ b/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
@@ -260,7 +260,7 @@ void GDataURLRequestJob::Start() {
// 5) Find file from file system to get its mime type, gdata file path and
// size of physical file.
// 6) Get file from file system asynchronously with both GetFileCallback and
- // GetDownloadDataCallback - this would either get it from cache or
+ // GetContentCallback - this would either get it from cache or
// download it from gdata.
// 7) If file is downloaded from gdata:
// 7.1) Whenever net::URLFetcherCore::OnReadCompleted() receives a part
@@ -270,9 +270,9 @@ void GDataURLRequestJob::Start() {
// 7.2) gdata::DownloadFileOperation overrides the default implementations
// of the following methods of net::URLFetcherDelegate:
// - ShouldSendDownloadData(): returns true for non-null
- // GetDownloadDataCallback.
+ // GetContentCallback.
// - OnURLFetchDownloadData(): invokes non-null
- // GetDownloadDataCallback
+ // GetContentCallback
// 7.3) GDataProtolHandler::OnURLFetchDownloadData (i.e. this class)
// is at the end of the invocation chain and actually implements the
// method.
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_params.cc ('k') | chrome/browser/chromeos/gdata/gdata_sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698