| Index: chrome/browser/chromeos/drive/job_scheduler.h
|
| diff --git a/chrome/browser/chromeos/drive/job_scheduler.h b/chrome/browser/chromeos/drive/job_scheduler.h
|
| index 4f71a322ec22380dfb7a666ba496492d4870d039..40e29b18ef61c4db8718f235d0bc42049c092daa 100644
|
| --- a/chrome/browser/chromeos/drive/job_scheduler.h
|
| +++ b/chrome/browser/chromeos/drive/job_scheduler.h
|
| @@ -144,12 +144,6 @@ class JobScheduler
|
| const std::string& new_title,
|
| const google_apis::EntryActionCallback& callback);
|
|
|
| - // Adds a TouchResource operation to the queue.
|
| - void TouchResource(const std::string& resource_id,
|
| - const base::Time& modified_date,
|
| - const base::Time& last_viewed_by_me_date,
|
| - const google_apis::GetResourceEntryCallback& callback);
|
| -
|
| // Adds a AddResourceToDirectory operation to the queue.
|
| void AddResourceToDirectory(const std::string& parent_resource_id,
|
| const std::string& resource_id,
|
|
|