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

Unified Diff: chrome/browser/chromeos/drive/resource_entry_conversion.h

Issue 304183005: drive: Always use last_modified stored in ResourceEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/browser/chromeos/drive/resource_entry_conversion.h
diff --git a/chrome/browser/chromeos/drive/resource_entry_conversion.h b/chrome/browser/chromeos/drive/resource_entry_conversion.h
index 73fe53cd5b2070480e0f7ff132ae6740d41d1d26..55f762a5d2683a2098b31c286f5678d35e4e1ea3 100644
--- a/chrome/browser/chromeos/drive/resource_entry_conversion.h
+++ b/chrome/browser/chromeos/drive/resource_entry_conversion.h
@@ -39,11 +39,6 @@ bool ConvertToResourceEntry(const google_apis::ResourceEntry& input,
void ConvertResourceEntryToFileInfo(const ResourceEntry& entry,
base::File::Info* file_info);
-// Converts the platform file info and sets it to the .file_info field of
-// the resource entry.
-void SetPlatformFileInfoToResourceEntry(const base::File::Info& file_info,
- ResourceEntry* entry);
-
} // namespace drive
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_

Powered by Google App Engine
This is Rietveld 408576698