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

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

Issue 14118006: Change owner of DriveScheduler from DriveFileSystem to DriveSystemService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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/drive/drive_scheduler.h
diff --git a/chrome/browser/chromeos/drive/drive_scheduler.h b/chrome/browser/chromeos/drive/drive_scheduler.h
index 54c4bdaaca438b86b1fb3e799f821588985c03f1..15e6439fce345fe29685c3be9a574dc03a439910 100644
--- a/chrome/browser/chromeos/drive/drive_scheduler.h
+++ b/chrome/browser/chromeos/drive/drive_scheduler.h
@@ -32,10 +32,6 @@ class DriveScheduler
google_apis::DriveServiceInterface* drive_service);
virtual ~DriveScheduler();
- // Initializes the object. This function should be called before any
- // other functions.
- void Initialize();
-
// JobListInterface overrides.
virtual std::vector<JobInfo> GetJobInfoList() OVERRIDE;
virtual void AddObserver(JobListObserver* observer) OVERRIDE;
@@ -405,9 +401,6 @@ class DriveScheduler
Profile* profile_;
- // Whether this instance is initialized or not.
- bool initialized_;
-
// Note: This should remain the last member so it'll be destroyed and
// invalidate its weak pointers before any other members are destroyed.
base::WeakPtrFactory<DriveScheduler> weak_ptr_factory_;
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_unittest.cc ('k') | chrome/browser/chromeos/drive/drive_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698