| Index: chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.h b/chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| index 4f8ea0b3d39ba7c220ba165bf31f78f0c6a0b824..a40401382094b351fc431c649fc0bb1148dbbcb6 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| @@ -47,9 +47,6 @@ class RemovableDeviceNotificationsLinux
|
| // Must be called for RemovableDeviceNotificationsLinux to work.
|
| void Init();
|
|
|
| - // Use |device_id| to find and return where the device is mounted.
|
| - FilePath GetDeviceMountPoint(const std::string& device_id) const;
|
| -
|
| // Finds the device that contains |path| and populates |device_info|.
|
| // Returns false if unable to find the device.
|
| bool GetDeviceInfoForPath(
|
|
|