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

Unified Diff: chromeos/disks/mock_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/mock_disk_mount_manager.h
diff --git a/chromeos/disks/mock_disk_mount_manager.h b/chromeos/disks/mock_disk_mount_manager.h
index a37f8a0562ba5269559bec19746403191d10a24a..58a6ea87e87867e31c8b3b97c7ec5c92b360c521 100644
--- a/chromeos/disks/mock_disk_mount_manager.h
+++ b/chromeos/disks/mock_disk_mount_manager.h
@@ -37,8 +37,9 @@ class MockDiskMountManager : public DiskMountManager {
const DiskMountManager::MountPointMap&(void));
MOCK_METHOD2(EnsureMountInfoRefreshed,
void(const EnsureMountInfoRefreshedCallback&, bool));
- MOCK_METHOD4(MountPath, void(const std::string&, const std::string&,
- const std::string&, MountType));
+ MOCK_METHOD5(MountPath, void(const std::string&, const std::string&,
+ const std::string&, MountType,
+ MountAccessMode));
MOCK_METHOD3(UnmountPath, void(const std::string&,
UnmountOptions,
const DiskMountManager::UnmountPathCallback&));

Powered by Google App Engine
This is Rietveld 408576698