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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system.h

Issue 13448003: Narrow the ownership of DriveUploader from DriveSystemService to DriveScheduler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 9 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 | « no previous file | chrome/browser/chromeos/drive/drive_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/drive_file_system.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system.h b/chrome/browser/chromeos/drive/drive_file_system.h
index 766d652be84341c0d549433b52a5276e105328bc..62a82dbce2460fa80b47a7046fd34c3b966bf2e9 100644
--- a/chrome/browser/chromeos/drive/drive_file_system.h
+++ b/chrome/browser/chromeos/drive/drive_file_system.h
@@ -31,7 +31,6 @@ class SequencedTaskRunner;
namespace google_apis {
class AboutResource;
class DriveServiceInterface;
-class DriveUploaderInterface;
class ResourceEntry;
}
@@ -59,7 +58,6 @@ class DriveFileSystem : public DriveFileSystemInterface,
DriveFileSystem(Profile* profile,
DriveCache* cache,
google_apis::DriveServiceInterface* drive_service,
- google_apis::DriveUploaderInterface* uploader,
DriveWebAppsRegistry* webapps_registry,
DriveResourceMetadata* resource_metadata,
base::SequencedTaskRunner* blocking_task_runner);
@@ -437,9 +435,6 @@ class DriveFileSystem : public DriveFileSystemInterface,
// The cache owned by DriveSystemService.
DriveCache* cache_;
- // The uploader owned by DriveSystemService.
- google_apis::DriveUploaderInterface* uploader_;
-
// The document service owned by DriveSystemService.
google_apis::DriveServiceInterface* drive_service_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698