Index: chrome/browser/chromeos/disks/disk_mount_manager.h |
diff --git a/chrome/browser/chromeos/disks/disk_mount_manager.h b/chrome/browser/chromeos/disks/disk_mount_manager.h |
index c5c9da9752bd746a4a57e334c0c912128374c36b..1dbfee352496098b0e78a15357ad42b7281ba8a3 100644 |
--- a/chrome/browser/chromeos/disks/disk_mount_manager.h |
+++ b/chrome/browser/chromeos/disks/disk_mount_manager.h |
@@ -233,6 +233,9 @@ class DiskMountManager { |
// Returns corresponding string to |type| like "unknown_filesystem". |
static std::string MountConditionToString(MountCondition type); |
+ // Returns corresponding string to |type|, like "sd", "usb". |
+ static std::string DeviceTypeToString(DeviceType type); |
+ |
// Creates the global DiskMountManager instance. |
static void Initialize(); |