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

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

Issue 10939011: Reland "Revert 156830 - drive: Stop exposing operation_registry() from DriveServiceInterface" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/drive_protocol_handler.cc
diff --git a/chrome/browser/chromeos/gdata/drive_protocol_handler.cc b/chrome/browser/chromeos/gdata/drive_protocol_handler.cc
index 862ee9b6ced408976ec7a1ac363095916e1d5a12..0fdaf5e30da5c21b6c0fcb6126f5770cc294b6a2 100644
--- a/chrome/browser/chromeos/gdata/drive_protocol_handler.cc
+++ b/chrome/browser/chromeos/gdata/drive_protocol_handler.cc
@@ -120,8 +120,7 @@ void GetFileSystemOnUIThread(DriveFileSystemInterface** file_system) {
void CancelDriveDownloadOnUIThread(const FilePath& drive_file_path) {
DriveSystemService* system_service = GetSystemService();
if (system_service)
- system_service->drive_service()->operation_registry()->CancelForFilePath(
- drive_file_path);
+ system_service->drive_service()->CancelForFilePath(drive_file_path);
}
// DriveURLRequesetJob is the gateway between network-level drive://...
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_api_service.cc ('k') | chrome/browser/chromeos/gdata/drive_service_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698