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

Unified Diff: chrome/browser/drive/dummy_drive_service.cc

Issue 23591067: Add last_modified to CopyResource and MoveResource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « chrome/browser/drive/dummy_drive_service.h ('k') | chrome/browser/drive/fake_drive_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/dummy_drive_service.cc
diff --git a/chrome/browser/drive/dummy_drive_service.cc b/chrome/browser/drive/dummy_drive_service.cc
index 1ad741de09dd90556c2efdc257bfc90c1959a300..de84f8620293111eda2ab822dc9cfe9048123ba7 100644
--- a/chrome/browser/drive/dummy_drive_service.cc
+++ b/chrome/browser/drive/dummy_drive_service.cc
@@ -121,6 +121,7 @@ CancelCallback DummyDriveService::CopyResource(
const std::string& resource_id,
const std::string& parent_resource_id,
const std::string& new_title,
+ const base::Time& last_modified,
const GetResourceEntryCallback& callback) { return CancelCallback(); }
CancelCallback DummyDriveService::CopyHostedDocument(
@@ -132,6 +133,7 @@ CancelCallback DummyDriveService::MoveResource(
const std::string& resource_id,
const std::string& parent_resource_id,
const std::string& new_title,
+ const base::Time& last_modified,
const google_apis::GetResourceEntryCallback& callback) {
return CancelCallback();
}
« no previous file with comments | « chrome/browser/drive/dummy_drive_service.h ('k') | chrome/browser/drive/fake_drive_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698