Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Issue 2392503002: Allow to pass remount option to Mount method of cros_disks_client. (Closed)

Created:
4 years, 2 months ago by yamaguchi
Modified:
4 years, 2 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, hashimoto+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow to pass remount option to Mount method of cros_disks. The remount option will be handled by cros_disks after this change: https://chromium-review.googlesource.com/#/c/390410/ BUG=642247 Committed: https://crrev.com/fa8efc74a0588cd9432f2d81997710d447ddba99 Cr-Commit-Position: refs/heads/master@{#426792}

Patch Set 1 #

Patch Set 2 : Sync to head. #

Patch Set 3 : Sync to head. #

Patch Set 4 : Sync to head. #

Total comments: 2

Patch Set 5 : Describe RemountOption in more detail in the comment. #

Total comments: 2

Patch Set 6 : Fix comment. #

Total comments: 2

Patch Set 7 : Rename enum item names to be more readable. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -5 lines) Patch
M chromeos/dbus/cros_disks_client.h View 1 2 3 4 5 6 3 chunks +15 lines, -1 line 0 comments Download
M chromeos/dbus/cros_disks_client.cc View 1 2 3 4 5 6 5 chunks +8 lines, -2 lines 0 comments Download
M chromeos/dbus/cros_disks_client_unittest.cc View 1 2 3 4 5 6 2 chunks +16 lines, -2 lines 0 comments Download
M chromeos/dbus/fake_cros_disks_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/dbus/fake_cros_disks_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/disks/disk_mount_manager.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 33 (18 generated)
yamaguchi
Added satorux@ to reviewers for files under chromeos/disks.
4 years, 2 months ago (2016-10-05 08:34:51 UTC) #6
hashimoto
Sorry for being late. lgtm with a request to improve the comment. https://codereview.chromium.org/2392503002/diff/60001/chromeos/dbus/cros_disks_client.h File chromeos/dbus/cros_disks_client.h ...
4 years, 2 months ago (2016-10-19 08:46:23 UTC) #11
yamaguchi1
https://codereview.chromium.org/2392503002/diff/60001/chromeos/dbus/cros_disks_client.h File chromeos/dbus/cros_disks_client.h (right): https://codereview.chromium.org/2392503002/diff/60001/chromeos/dbus/cros_disks_client.h#newcode111 chromeos/dbus/cros_disks_client.h:111: // Whether to mount to a new path or ...
4 years, 2 months ago (2016-10-19 10:34:10 UTC) #13
hashimoto
https://codereview.chromium.org/2392503002/diff/80001/chromeos/dbus/cros_disks_client.h File chromeos/dbus/cros_disks_client.h (right): https://codereview.chromium.org/2392503002/diff/80001/chromeos/dbus/cros_disks_client.h#newcode119 chromeos/dbus/cros_disks_client.h:119: // MOUNT_ERROR_PATH_ALREADY_MOUNTED error code. Receiving MOUNT_ERROR_PATH_ALREADY_MOUNTED when not mounted ...
4 years, 2 months ago (2016-10-19 12:15:28 UTC) #16
yamaguchi
https://codereview.chromium.org/2392503002/diff/80001/chromeos/dbus/cros_disks_client.h File chromeos/dbus/cros_disks_client.h (right): https://codereview.chromium.org/2392503002/diff/80001/chromeos/dbus/cros_disks_client.h#newcode119 chromeos/dbus/cros_disks_client.h:119: // MOUNT_ERROR_PATH_ALREADY_MOUNTED error code. On 2016/10/19 12:15:27, hashimoto wrote: ...
4 years, 2 months ago (2016-10-19 12:27:22 UTC) #17
hashimoto
lgtm
4 years, 2 months ago (2016-10-19 12:58:32 UTC) #18
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/2392503002/100001
4 years, 2 months ago (2016-10-20 02:16:06 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/285690)
4 years, 2 months ago (2016-10-20 02:46:20 UTC) #22
yamaguchi
+satorux Will you approve the changelist because it contains change to a file under chromeos/disks/ ...
4 years, 2 months ago (2016-10-20 02:49:44 UTC) #23
satorux1
https://codereview.chromium.org/2392503002/diff/100001/chromeos/dbus/cros_disks_client.h File chromeos/dbus/cros_disks_client.h (right): https://codereview.chromium.org/2392503002/diff/100001/chromeos/dbus/cros_disks_client.h#newcode120 chromeos/dbus/cros_disks_client.h:120: REMOUNT_OPTION_ENABLED, per the comments here, maybe: MOUNT_NEW_DEVICE, REMOUNT_EXISTING_DEVICE would ...
4 years, 2 months ago (2016-10-21 03:41:31 UTC) #24
yamaguchi
https://codereview.chromium.org/2392503002/diff/100001/chromeos/dbus/cros_disks_client.h File chromeos/dbus/cros_disks_client.h (right): https://codereview.chromium.org/2392503002/diff/100001/chromeos/dbus/cros_disks_client.h#newcode120 chromeos/dbus/cros_disks_client.h:120: REMOUNT_OPTION_ENABLED, On 2016/10/21 03:41:31, satorux1 wrote: > per the ...
4 years, 2 months ago (2016-10-21 04:34:39 UTC) #25
satorux1
sorry for the belated response. chromeos/disks lgtm
4 years, 2 months ago (2016-10-21 13:46:58 UTC) #26
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/2392503002/120001
4 years, 2 months ago (2016-10-21 14:06:59 UTC) #29
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 2 months ago (2016-10-21 15:06:17 UTC) #31
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 15:34:01 UTC) #33
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/fa8efc74a0588cd9432f2d81997710d447ddba99
Cr-Commit-Position: refs/heads/master@{#426792}

Powered by Google App Engine
This is Rietveld 408576698