| Index: chrome/browser/system_monitor/removable_device_notifications_mac.mm
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_mac.mm b/chrome/browser/system_monitor/removable_device_notifications_mac.mm
|
| index 85455e6a9ee9605c431db01c8093148700b868b0..13a55fc3889ac79fba6e8a706e2ef5ef7141c80e 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_mac.mm
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_mac.mm
|
| @@ -125,6 +125,16 @@ bool RemovableDeviceNotificationsMac::GetDeviceInfoForPath(
|
| return false;
|
| }
|
|
|
| +void RemovableDeviceNotificationsMac::StartWatchingStorage(
|
| + const FilePath& path) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +void RemovableDeviceNotificationsMac::StopWatchingStorage(
|
| + const FilePath& path) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| // static
|
| void RemovableDeviceNotificationsMac::DiskAppearedCallback(
|
| DADiskRef disk,
|
|
|