| Index: components/storage_monitor/media_storage_util.h
|
| diff --git a/components/storage_monitor/media_storage_util.h b/components/storage_monitor/media_storage_util.h
|
| index 99c14d660507d01bf87b83cec5d24ff192a0b76d..6b0bb74da2a057913f2a3b0b3de4dc6a6410246e 100644
|
| --- a/components/storage_monitor/media_storage_util.h
|
| +++ b/components/storage_monitor/media_storage_util.h
|
| @@ -50,13 +50,6 @@ class MediaStorageUtil {
|
| // the device is connected.
|
| static base::FilePath FindDevicePathById(const std::string& device_id);
|
|
|
| - // Record device information histogram for the given |device_uuid| and
|
| - // |device_label|. |mass_storage| indicates whether the current device is a
|
| - // mass storage device, as defined by IsMassStorageDevice().
|
| - static void RecordDeviceInfoHistogram(bool mass_storage,
|
| - const std::string& device_uuid,
|
| - const base::string16& device_label);
|
| -
|
| // Returns true if the |id| is both a removable device and also
|
| // currently attached.
|
| static bool IsRemovableStorageAttached(const std::string& id);
|
|
|