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

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

Issue 59363002: drive: Simplify GetFileForSavingOperation 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/get_file_for_saving_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/get_file_for_saving_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h
index a9b43cdbd36e81c0cd1980df294df71d38712253..4582759517691f9a59bfb8147a0f9c75e57bae8b 100644
--- a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h
@@ -69,7 +69,6 @@ class GetFileForSavingOperation {
scoped_ptr<ResourceEntry> entry);
void GetFileForSavingAfterMarkDirty(const GetFileCallback& callback,
const base::FilePath& cache_path,
- const std::string* local_id,
scoped_ptr<ResourceEntry> entry,
FileError error);
void GetFileForSavingAfterWatch(const GetFileCallback& callback,
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698