| 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..fb632b966e53cc2661e499dee16db2c074aef7e9 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| @@ -509,4 +509,16 @@ void RemovableDeviceNotificationsLinux::AddNewMount(
|
| }
|
| }
|
|
|
| +bool RemovableDeviceNotificationsLinux::StartWatchingStorage(
|
| + const FilePath::StringType& path) {
|
| + // TODO(hongbo): Add the implementation for Linux.
|
| + return false;
|
| +}
|
| +
|
| +bool RemovableDeviceNotificationsLinux::StopWatchingStorage(
|
| + const FilePath::StringType& path) {
|
| + // TODO(hongbo): Add the implementation for Linux.
|
| + return false;
|
| +}
|
| +
|
| } // namespace chrome
|
|
|