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

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

Issue 100903005: drive: Remove unused DriveServiceInterface::TouchResource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « chrome/browser/chromeos/drive/job_list.cc ('k') | chrome/browser/chromeos/drive/job_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/chromeos/drive/job_list.cc ('k') | chrome/browser/chromeos/drive/job_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698