Index: chromeos/dbus/cros_disks_client.h |
diff --git a/chromeos/dbus/cros_disks_client.h b/chromeos/dbus/cros_disks_client.h |
index 88e6aee998188fbfe60cfdeab6c60f6420c7f582..4b5bae56b7c1102d43b9f2f20c309278eaebec6d 100644 |
--- a/chromeos/dbus/cros_disks_client.h |
+++ b/chromeos/dbus/cros_disks_client.h |
@@ -179,6 +179,7 @@ class CHROMEOS_EXPORT CrosDisksClient { |
// Calls Mount method. |callback| is called after the method call succeeds, |
// otherwise, |error_callback| is called. |
virtual void Mount(const std::string& source_path, |
+ const std::string& source_format, |
satorux1
2012/04/24 20:46:53
We allow source_format to be empty, and in that ca
|
MountType type, |
const MountCallback& callback, |
const ErrorCallback& error_callback) = 0; |