diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-03 13:52:02 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-03 13:52:02 +0000 |
commit | 46b508d94e105db62c3fb44d7327ce7abeb19766 (patch) | |
tree | 581c0f6bf08b56dc14ea790a851dfac9d48f1aa4 /chrome/browser/drive/dummy_drive_service.h | |
parent | d70cfd4ff15243bd40d49d13e5e8697f91b4fd2a (diff) | |
download | chromium_src-46b508d94e105db62c3fb44d7327ce7abeb19766.zip chromium_src-46b508d94e105db62c3fb44d7327ce7abeb19766.tar.gz chromium_src-46b508d94e105db62c3fb44d7327ce7abeb19766.tar.bz2 |
drive: Remove unused DriveServiceInterface::TouchResource
UpdateResource can do the same thing.
BUG=None
TEST=build
Review URL: https://codereview.chromium.org/100903005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/drive/dummy_drive_service.h')
-rw-r--r-- | chrome/browser/drive/dummy_drive_service.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/drive/dummy_drive_service.h b/chrome/browser/drive/dummy_drive_service.h index 4864125..b081a63 100644 --- a/chrome/browser/drive/dummy_drive_service.h +++ b/chrome/browser/drive/dummy_drive_service.h @@ -93,11 +93,6 @@ class DummyDriveService : public DriveServiceInterface { const std::string& resource_id, const std::string& new_title, const google_apis::EntryActionCallback& callback) OVERRIDE; - virtual google_apis::CancelCallback TouchResource( - const std::string& resource_id, - const base::Time& modified_date, - const base::Time& last_viewed_by_me_date, - const google_apis::GetResourceEntryCallback& callback) OVERRIDE; virtual google_apis::CancelCallback AddResourceToDirectory( const std::string& parent_resource_id, const std::string& resource_id, |