| Index: chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.cc b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| index e474b36dc396287f109ed05ab41706f4a9630b8f..bec9f6910b6d27187ad3047426184ee11c13ac62 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| @@ -506,4 +506,14 @@ void RemovableDeviceNotificationsLinux::AddNewMount(
|
| }
|
| }
|
|
|
| +void RemovableDeviceNotificationsLinux::StartWatchingStorage(
|
| + const FilePath& path) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +void RemovableDeviceNotificationsLinux::StopWatchingStorage(
|
| + const FilePath& path) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| } // namespace chrome
|
|
|