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

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

Issue 10196007: gdata: Get rid of GetProgressStatusList() and friends (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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_protocol_handler.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc b/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
index 34432cd827d7f969000da0d436a43f9ce66ac0e0..4f157997cc8acb97a166d7660bc5371b585202a7 100644
--- a/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
+++ b/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
@@ -97,7 +97,7 @@ void CancelGDataDownloadOnUIThread(const FilePath& gdata_file_path) {
GDataFileSystem* file_system = NULL;
GetFileSystemOnUIThread(&file_system);
if (file_system)
- file_system->CancelOperation(gdata_file_path);
+ file_system->GetOperationRegistry()->CancelForFilePath(gdata_file_path);
}
// Class delegate to find file by resource id and extract relevant file info.

Powered by Google App Engine
This is Rietveld 408576698