| 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 cab74f32a10f642876b3f3eb1a9836fb21581aa2..70e56ebecfa544825ef2e3c49c5d45d13bbb76f8 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| @@ -509,4 +509,14 @@ void RemovableDeviceNotificationsLinux::AddNewMount(
|
| }
|
| }
|
|
|
| +bool RemovableDeviceNotificationsLinux::StartWatchingStorage(
|
| + const FilePath::StringType& path) {
|
| + return false;
|
| +}
|
| +
|
| +bool RemovableDeviceNotificationsLinux::StopWatchingStorage(
|
| + const FilePath::StringType& path) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace chrome
|
|
|