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

Unified Diff: chrome/browser/chromeos/drive/file_system/touch_operation.h

Issue 59433002: drive: Simplify TouchOperation with ResourceEntry::local_id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/touch_operation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_system/touch_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/touch_operation.h b/chrome/browser/chromeos/drive/file_system/touch_operation.h
index be001630c1a4f3b4cd137ddceb159952f509545b..ff73de9f2fd7179daafc8d38db7054511247e108 100644
--- a/chrome/browser/chromeos/drive/file_system/touch_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/touch_operation.h
@@ -55,7 +55,6 @@ class TouchOperation {
void TouchFileAfterGetResourceEntry(const base::Time& last_access_time,
const base::Time& last_modified_time,
const FileOperationCallback& callback,
- std::string* local_id,
ResourceEntry* entry,
FileError error);
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system/touch_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698