Files.app: Fix a bug in content hash computation.
commit78bb0f4b1c59602c67281bcbafb96eae90367040
authorkenobi <kenobi@chromium.org>
Wed, 25 Feb 2015 06:24:38 +0000 (24 22:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Feb 2015 06:25:02 +0000 (25 06:25 +0000)
treebdee3efa32cd0f2c44ae769210d8890ec75afb12
parent6baff46f520e31ff92669890207be5708064d16e
Files.app: Fix a bug in content hash computation.

Break a circular reference which was causing FileManagerPrivateComputeChecksumFunction to never be cleaned up.  This, in turn, was holding open one file stream for every file for which a content checksum was requested.

BUG=458624

Review URL: https://codereview.chromium.org/950423003

Cr-Commit-Position: refs/heads/master@{#317997}
chrome/browser/drive/drive_api_util.cc
chrome/browser/drive/drive_api_util.h