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

Issue 13772005: chromeos: Stop directly downloading files to the cache directory from DriveFileSystem::GetResolvedF… (Closed)

Created:
7 years, 8 months ago by hashimoto
Modified:
7 years, 8 months ago
Reviewers:
hidehiko, kinaba
CC:
chromium-reviews, tfarina, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

chromeos: Stop directly downloading files to the cache directory from DriveFileSystem::GetResolvedFile Stop directly downloading files to cache directory, create temporary file instead. Always free disk space from DriveCache::Store, regardless of the file operation type. BUG=160487 TEST=unit_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193007

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Add DCHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -54 lines) Patch
M chrome/browser/chromeos/drive/drive_cache.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system.h View 2 chunks +12 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system.cc View 1 5 chunks +72 lines, -46 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
hashimoto
7 years, 8 months ago (2013-04-08 09:06:37 UTC) #1
kinaba
lgtm
7 years, 8 months ago (2013-04-08 09:18:54 UTC) #2
hidehiko
lgtm https://codereview.chromium.org/13772005/diff/5/chrome/browser/chromeos/drive/drive_file_system.cc File chrome/browser/chromeos/drive/drive_file_system.cc (right): https://codereview.chromium.org/13772005/diff/5/chrome/browser/chromeos/drive/drive_file_system.cc#newcode1049 chrome/browser/chromeos/drive/drive_file_system.cc:1049: DriveFileError error) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); to follow other methods? ...
7 years, 8 months ago (2013-04-08 09:28:10 UTC) #3
hashimoto
https://codereview.chromium.org/13772005/diff/5/chrome/browser/chromeos/drive/drive_file_system.cc File chrome/browser/chromeos/drive/drive_file_system.cc (right): https://codereview.chromium.org/13772005/diff/5/chrome/browser/chromeos/drive/drive_file_system.cc#newcode1049 chrome/browser/chromeos/drive/drive_file_system.cc:1049: DriveFileError error) { On 2013/04/08 09:28:10, hidehiko wrote: > ...
7 years, 8 months ago (2013-04-08 10:39:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/13772005/7001
7 years, 8 months ago (2013-04-08 10:57:11 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-08 11:00:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/13772005/7001
7 years, 8 months ago (2013-04-09 00:34:41 UTC) #7
commit-bot: I haz the power
7 years, 8 months ago (2013-04-09 04:37:51 UTC) #8
Message was sent while issue was closed.
Change committed as 193007

Powered by Google App Engine
This is Rietveld 408576698