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

Unified Diff: trunk/src/chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc

Issue 250803018: Revert 266437 "Reland of 260688: [Files.app] Use getDriveEntryPr..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | trunk/src/chrome/common/extensions/api/file_browser_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc (revision 266495)
+++ trunk/src/chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc (working copy)
@@ -54,11 +54,6 @@
properties->shared_with_me.reset(new bool(shared_with_me));
properties->shared.reset(new bool(entry_proto.shared()));
- const drive::PlatformFileInfoProto& file_info = entry_proto.file_info();
- properties->file_size.reset(new double(file_info.size()));
- properties->last_modified_time.reset(new double(
- base::Time::FromInternalValue(file_info.last_modified()).ToJsTime()));
-
if (!entry_proto.has_file_specific_info())
return;
« no previous file with comments | « no previous file | trunk/src/chrome/common/extensions/api/file_browser_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698