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

Unified Diff: chrome/browser/chromeos/drive/file_system.cc

Issue 15728006: Implement TouchFile on drive::FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | chrome/browser/chromeos/drive/file_system/drive_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_system.cc
diff --git a/chrome/browser/chromeos/drive/file_system.cc b/chrome/browser/chromeos/drive/file_system.cc
index bb7ff1adab678f1196ae261091e838db64d22da2..f478927a99a56aac87f817ddffce3e035c93b5b0 100644
--- a/chrome/browser/chromeos/drive/file_system.cc
+++ b/chrome/browser/chromeos/drive/file_system.cc
@@ -419,8 +419,8 @@ void FileSystem::TouchFile(const base::FilePath& file_path,
DCHECK(!last_modified_time.is_null());
DCHECK(!callback.is_null());
- // TODO(hidehiko): Implement this (crbug.com/144369).
- NOTIMPLEMENTED();
+ drive_operations_.TouchFile(
+ file_path, last_access_time, last_modified_time, callback);
}
void FileSystem::Pin(const base::FilePath& file_path,
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system/drive_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698