| 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 4e953e4c423278899c9f6d7186764d5d740fa404..1248b1daf3ea4f69defbabddc449f613887b36f1 100644
|
| --- a/chrome/browser/chromeos/drive/drive_file_system.h
|
| +++ b/chrome/browser/chromeos/drive/drive_file_system.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "base/timer.h"
|
| #include "chrome/browser/chromeos/drive/change_list_loader.h"
|
| #include "chrome/browser/chromeos/drive/change_list_loader_observer.h"
|
| #include "chrome/browser/chromeos/drive/drive_file_system_interface.h"
|
| @@ -168,11 +167,6 @@ class DriveFileSystem : public DriveFileSystemInterface,
|
| // Struct used for AddUploadedFile.
|
| struct AddUploadedFileParams;
|
|
|
| - // Starts and stops periodic polling.
|
| - // TODO(satorux): Remove them. crbug.com/231202
|
| - void StartPolling();
|
| - void StopPolling();
|
| -
|
| // Used to implement Reload().
|
| void ReloadAfterReset();
|
|
|
| @@ -455,9 +449,6 @@ class DriveFileSystem : public DriveFileSystemInterface,
|
|
|
| DriveResourceMetadata* resource_metadata_;
|
|
|
| - // Periodic timer for checking updates.
|
| - base::Timer update_timer_;
|
| -
|
| // Time of the last update check.
|
| base::Time last_update_check_time_;
|
|
|
|
|