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

Issue 391613002: Revert 282890 "[fsp] Add an option for mounting in R/W mode." (Closed)

Created:
6 years, 5 months ago by mtomasz
Modified:
6 years, 5 months ago
Reviewers:
mtomasz
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 282890 "[fsp] Add an option for mounting in R/W mode." > [fsp] Add an option for mounting in R/W mode. > > Files app fetches information whether a volume is read only or R/W from > file_manager::VolumeManager, which used to always have the isReadOnly option > set to true for any provided file system. > > However, since R/W operations are now under development, we should be able to > mark a volume as R/W. > > In order to achieve that, a "writable" option has been added to the File System > Provider API mount() call. The argument is by default false, so file systems > are by default read only. > > TEST=unit_test, browser_tests: *FileSystemProvider*Writable* > BUG=391362 > > Review URL: https://codereview.chromium.org/372163006 TBR=mtomasz@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282900

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -153 lines) Patch
M trunk/src/chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.cc View 1 chunk +1 line, -2 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/file_manager/volume_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/fileapi/file_stream_reader_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc View 6 chunks +5 lines, -6 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/operations/close_file_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/operations/create_directory_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/operations/get_metadata_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/operations/open_file_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/operations/unmount_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/provided_file_system_info.h View 3 chunks +0 lines, -5 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/service.h View 2 chunks +3 lines, -7 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/service.cc View 5 chunks +13 lines, -20 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/file_system_provider/service_unittest.cc View 15 chunks +25 lines, -54 lines 0 comments Download
M trunk/src/chrome/common/extensions/api/file_system_provider.idl View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js View 3 chunks +7 lines, -39 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mtomasz
6 years, 5 months ago (2014-07-14 04:02:08 UTC) #1
mtomasz
6 years, 5 months ago (2014-07-14 04:02:25 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r282900 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698