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

Unified Diff: chromeos/disks/disk_mount_manager.h

Issue 2201023002: Change access mode of disk devices when mounting based on config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/disks/disk_mount_manager.h
diff --git a/chromeos/disks/disk_mount_manager.h b/chromeos/disks/disk_mount_manager.h
index 82506b96e91ca140e0a3e2ff5b975ff59d7ecb8a..6323586eebd8f066e52d9d5652503485137ffa7d 100644
--- a/chromeos/disks/disk_mount_manager.h
+++ b/chromeos/disks/disk_mount_manager.h
@@ -261,7 +261,8 @@ class CHROMEOS_EXPORT DiskMountManager {
virtual void MountPath(const std::string& source_path,
const std::string& source_format,
const std::string& mount_label,
- MountType type) = 0;
+ MountType type,
+ MountAccessMode access_mode) = 0;
satorux1 2016/08/03 07:29:32 while you are at it, could you add comments about
yamaguchi 2016/08/03 10:22:14 Done.
// Unmounts a mounted disk.
// |UnmountOptions| enum defined in chromeos/dbus/cros_disks_client.h.

Powered by Google App Engine
This is Rietveld 408576698