| Index: chromeos/dbus/fake_cros_disks_client.cc
|
| diff --git a/chromeos/dbus/fake_cros_disks_client.cc b/chromeos/dbus/fake_cros_disks_client.cc
|
| index 4323a81bcd9505e1706acbe4e7d0f7628c1e004d..99ddc7bc6c9414cbb73b8e1e0c244af8630ec82c 100644
|
| --- a/chromeos/dbus/fake_cros_disks_client.cc
|
| +++ b/chromeos/dbus/fake_cros_disks_client.cc
|
| @@ -80,6 +80,7 @@ void FakeCrosDisksClient::Mount(const std::string& source_path,
|
| const std::string& source_format,
|
| const std::string& mount_label,
|
| MountAccessMode access_mode,
|
| + RemountOption remount,
|
| const base::Closure& callback,
|
| const base::Closure& error_callback) {
|
| // This fake implementation assumes mounted path is device when source_format
|
|
|