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

Issue 339323002: Implement snapshotting for non-Drive non-local file systems. (Closed)

Created:
6 years, 6 months ago by kinaba
Modified:
6 years, 6 months ago
Reviewers:
hashimoto
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, yoshiki+watch_chromium.org, rginda+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Implement snapshotting for non-Drive non-local file systems. This is for supporting uploading files from those file systems (MTP, providedFS) to web pages, by a workaround before the long term solution resolving the issue crbug/126902 comes. BUG=383207 R=hashimoto@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278637

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fix minor nits in the previous apparoach #

Patch Set 3 : Just for filerefs. #

Total comments: 6

Patch Set 4 : Review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -3 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/private_api_util.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A chrome/browser/chromeos/file_manager/snapshot_manager.h View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/file_manager/snapshot_manager.cc View 1 2 3 1 chunk +96 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/volume_manager.h View 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/volume_manager.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kinaba
6 years, 6 months ago (2014-06-18 07:51:39 UTC) #1
hashimoto
https://codereview.chromium.org/339323002/diff/1/chrome/browser/chromeos/file_manager/snapshot_manager.cc File chrome/browser/chromeos/file_manager/snapshot_manager.cc (right): https://codereview.chromium.org/339323002/diff/1/chrome/browser/chromeos/file_manager/snapshot_manager.cc#newcode30 chrome/browser/chromeos/file_manager/snapshot_manager.cc:30: void DeleteDirectory(const base::FilePath& directory) { nit: What is the ...
6 years, 6 months ago (2014-06-19 02:26:01 UTC) #2
kinaba
https://codereview.chromium.org/339323002/diff/1/chrome/browser/chromeos/file_manager/snapshot_manager.cc File chrome/browser/chromeos/file_manager/snapshot_manager.cc (right): https://codereview.chromium.org/339323002/diff/1/chrome/browser/chromeos/file_manager/snapshot_manager.cc#newcode30 chrome/browser/chromeos/file_manager/snapshot_manager.cc:30: void DeleteDirectory(const base::FilePath& directory) { On 2014/06/19 02:26:01, hashimoto ...
6 years, 6 months ago (2014-06-19 04:41:56 UTC) #3
hashimoto
lgtm https://codereview.chromium.org/339323002/diff/40001/chrome/browser/chromeos/file_manager/snapshot_manager.cc File chrome/browser/chromeos/file_manager/snapshot_manager.cc (right): https://codereview.chromium.org/339323002/diff/40001/chrome/browser/chromeos/file_manager/snapshot_manager.cc#newcode11 chrome/browser/chromeos/file_manager/snapshot_manager.cc:11: #include "chrome/browser/profiles/profile.h" nit: No need to include this? ...
6 years, 6 months ago (2014-06-19 06:16:52 UTC) #4
kinaba
Thanks! I'll update and commit the CL tomorrow. (My workstation was broken today >_< ...) ...
6 years, 6 months ago (2014-06-19 08:47:59 UTC) #5
kinaba
https://codereview.chromium.org/339323002/diff/40001/chrome/browser/chromeos/file_manager/snapshot_manager.cc File chrome/browser/chromeos/file_manager/snapshot_manager.cc (right): https://codereview.chromium.org/339323002/diff/40001/chrome/browser/chromeos/file_manager/snapshot_manager.cc#newcode11 chrome/browser/chromeos/file_manager/snapshot_manager.cc:11: #include "chrome/browser/profiles/profile.h" On 2014/06/19 06:16:51, hashimoto wrote: > nit: ...
6 years, 6 months ago (2014-06-20 01:17:08 UTC) #6
kinaba
The CQ bit was checked by kinaba@chromium.org
6 years, 6 months ago (2014-06-20 01:17:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/339323002/60001
6 years, 6 months ago (2014-06-20 01:19:39 UTC) #8
kinaba
6 years, 6 months ago (2014-06-20 06:52:09 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as r278637 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698