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

Unified Diff: chromeos/dbus/fake_cros_disks_client.h

Issue 2392503002: Allow to pass remount option to Mount method of cros_disks_client. (Closed)
Patch Set: Rename enum item names to be more readable. Created 4 years, 2 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
« no previous file with comments | « chromeos/dbus/cros_disks_client_unittest.cc ('k') | chromeos/dbus/fake_cros_disks_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_cros_disks_client.h
diff --git a/chromeos/dbus/fake_cros_disks_client.h b/chromeos/dbus/fake_cros_disks_client.h
index d12177deaa30605511807ade6667f7332711cc30..ef89b843098e93fc1ad76f6203f752449f193c6c 100644
--- a/chromeos/dbus/fake_cros_disks_client.h
+++ b/chromeos/dbus/fake_cros_disks_client.h
@@ -31,8 +31,10 @@ class CHROMEOS_EXPORT FakeCrosDisksClient : public CrosDisksClient {
const std::string& source_format,
const std::string& mount_label,
MountAccessMode access_mode,
+ RemountOption remount,
const base::Closure& callback,
const base::Closure& error_callback) override;
+
// Deletes the directory created in Mount().
void Unmount(const std::string& device_path,
UnmountOptions options,
« no previous file with comments | « chromeos/dbus/cros_disks_client_unittest.cc ('k') | chromeos/dbus/fake_cros_disks_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698