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

Issue 2467213002: arc: Implement Read and GetFileSize for ARC content file system (Closed)

Created:
4 years, 1 month ago by hashimoto
Modified:
4 years, 1 month ago
Reviewers:
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, sadrul, yusukes+watch_chromium.org, tzik, hidehiko+watch_chromium.org, viettrungluu+watch_chromium.org, nhiroki, abarth-chromium, Aaron Boodman, lhchavez+watch_chromium.org, yzshen+watch_chromium.org, oshima+watch_chromium.org, kalyank, darin (slow to review), kinuko+fileapi, davemoore+watch_chromium.org, qsr+mojo_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: Implement Read and GetFileSize for ARC content file system BUG=654684 TEST=unit_tests

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+506 lines, -19 lines) Patch
M chrome/browser/chromeos/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util.cc View 2 chunks +23 lines, -4 lines 0 comments Download
A chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc View 1 chunk +85 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_backend_delegate.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_file_stream_reader.h View 2 chunks +24 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_file_stream_reader.cc View 2 chunks +65 lines, -7 lines 0 comments Download
A chrome/browser/chromeos/arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc View 1 chunk +124 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.cc View 2 chunks +11 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/fileapi/intent_helper_util.h View 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/fileapi/intent_helper_util.cc View 1 chunk +97 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 2 chunks +9 lines, -1 line 0 comments Download
M components/arc/common/intent_helper.mojom View 4 chunks +9 lines, -2 lines 0 comments Download
M components/arc/test/fake_intent_helper_instance.h View 2 chunks +6 lines, -0 lines 0 comments Download
M components/arc/test/fake_intent_helper_instance.cc View 2 chunks +8 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698