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

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

Issue 140513008: drive: Allow setting modified/accessed date with AddNewDirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/drive_service_interface.h ('k') | chrome/browser/drive/dummy_drive_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/drive_service_interface.cc
diff --git a/chrome/browser/drive/drive_service_interface.cc b/chrome/browser/drive/drive_service_interface.cc
index 163cd23260e1aa421acc6c43682db695b7a1d5ef..0823ebb27163e309d8083332aeae809620e0357a 100644
--- a/chrome/browser/drive/drive_service_interface.cc
+++ b/chrome/browser/drive/drive_service_interface.cc
@@ -6,6 +6,12 @@
namespace drive {
+DriveServiceInterface::AddNewDirectoryOptions::AddNewDirectoryOptions() {
+}
+
+DriveServiceInterface::AddNewDirectoryOptions::~AddNewDirectoryOptions() {
+}
+
DriveServiceInterface::InitiateUploadNewFileOptions::
InitiateUploadNewFileOptions() {
}
« no previous file with comments | « chrome/browser/drive/drive_service_interface.h ('k') | chrome/browser/drive/dummy_drive_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698