DescriptionRevert 266437 "Reland of 260688: [Files.app] Use getDriveEntryPr..."
> Reland of 260688: [Files.app] Use getDriveEntryProperties() to retrieve metadata
>
> This is a reland of 260688, which is reverted due to false charge of build failure.
>
> Previously, we used FileEntry.getMetadata() to retrieve filesystem metadata and getDriveEntryProperties() to get Drive metadata, so we need 2 calls for 1 file on Drive.
>
> With this patch, getDriveEntryProperties() returns not only Drive metadata but also filesystem metadata. It's enough to call only getDriveEntryProperties() and we can reduce a number of calls by half.
>
> BUG=345196
> TEST=browser_test passes.
> R=asargent@chromium.org, hashimoto@chromium.org, hirono@chromium.org
> TBR=asargent@chromium.org, hashimoto@chromium.org, hirono@chromium.org
>
> Review URL: https://codereview.chromium.org/195763004
TBR=yoshiki@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266498
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|