| 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 169f33dade98367ad67c71d530d81eec9e37e1c7..abe24594a0787f5bc0ad5977ecfc23aaff20ada2 100644
|
| --- a/chromeos/disks/mock_disk_mount_manager.h
|
| +++ b/chromeos/disks/mock_disk_mount_manager.h
|
| @@ -49,13 +49,14 @@ class MockDiskMountManager : public DiskMountManager {
|
| void SetupDefaultReplies();
|
|
|
| // Creates a fake disk entry for the mounted device. This function is
|
| - // primarily for MediaDeviceNotificationsTest.
|
| + // primarily for RemovableDeviceNotificationsTest.
|
| void CreateDiskEntryForMountDevice(
|
| const DiskMountManager::MountPointInfo& mount_info,
|
| - const std::string& device_id);
|
| + const std::string& device_id,
|
| + const std::string& device_label);
|
|
|
| // Removes the fake disk entry associated with the mounted device. This
|
| - // function is primarily for MediaDeviceNotificationsTest.
|
| + // function is primarily for RemovableDeviceNotificationsTest.
|
| void RemoveDiskEntryForMountDevice(
|
| const DiskMountManager::MountPointInfo& mount_info);
|
|
|
|
|