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

Issue 2450713002: arc: Register ARC content file system (Closed)

Created:
4 years, 1 month ago by hashimoto
Modified:
4 years, 1 month ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, tzik, hidehiko+watch_chromium.org, nhiroki, lhchavez+watch_chromium.org, oshima+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: Register ARC content file system Add ARC delegate to chromeos::FileSystemBackend. Add ARC content file system as an external file URL type. Add ArcContentFileSystemService which is responsible to register the file system. File system implementation (in chrome/browser/chromeos/arc/fileapi) is empty yet. It'll be added later. BUG=654684 TBR=sky@chromium.org for platform_util_unittest.cc Committed: https://crrev.com/a53e7e8054ac086bec20a1c77b543b204d57ba90 Cr-Commit-Position: refs/heads/master@{#427609}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -46 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_service_launcher.cc View 2 chunks +4 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/fileapi/arc_content_file_system_service.h View 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/fileapi/arc_content_file_system_service.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/fileapi/external_file_url_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/fileapi/file_system_backend.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/fileapi/file_system_backend.cc View 1 9 chunks +27 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc View 1 5 chunks +18 lines, -14 lines 0 comments Download
M chrome/browser/platform_util_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 21 (12 generated)
hashimoto
hidehiko@: Please review chrome/browser/chromeos/arc mtomasz@: Please review chrome/browser/chromeos/fileapi
4 years, 1 month ago (2016-10-25 06:32:04 UTC) #3
mtomasz
fileapi lgtm
4 years, 1 month ago (2016-10-25 06:39:29 UTC) #6
hidehiko
LGTM with minor comments. Sorry for delay. https://codereview.chromium.org/2450713002/diff/1/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/2450713002/diff/1/chrome/browser/chrome_content_browser_client.cc#newcode2758 chrome/browser/chrome_content_browser_client.cc:2758: new arc::ArcContentFileSystemBackendDelegate, ...
4 years, 1 month ago (2016-10-25 16:55:44 UTC) #9
Luis Héctor Chávez
drive-by https://codereview.chromium.org/2450713002/diff/1/chrome/browser/chromeos/fileapi/file_system_backend.h File chrome/browser/chromeos/fileapi/file_system_backend.h (right): https://codereview.chromium.org/2450713002/diff/1/chrome/browser/chromeos/fileapi/file_system_backend.h#newcode75 chrome/browser/chromeos/fileapi/file_system_backend.h:75: FileSystemBackend(FileSystemBackendDelegate* drive_delegate, Can you clearly document (in code) ...
4 years, 1 month ago (2016-10-25 17:15:48 UTC) #11
hashimoto
https://codereview.chromium.org/2450713002/diff/1/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/2450713002/diff/1/chrome/browser/chrome_content_browser_client.cc#newcode2758 chrome/browser/chrome_content_browser_client.cc:2758: new arc::ArcContentFileSystemBackendDelegate, external_mount_points, On 2016/10/25 16:55:44, hidehiko wrote: > ...
4 years, 1 month ago (2016-10-26 05:23:13 UTC) #12
hashimoto
TBRing sky@chromium.org for the addition of nullptr in chrome/browser/platform_util_unittest.cc.
4 years, 1 month ago (2016-10-26 05:24:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2450713002/20001
4 years, 1 month ago (2016-10-26 05:25:23 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-26 06:31:14 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 06:32:55 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a53e7e8054ac086bec20a1c77b543b204d57ba90
Cr-Commit-Position: refs/heads/master@{#427609}

Powered by Google App Engine
This is Rietveld 408576698