| Index: chrome/browser/system_monitor/removable_device_notifications_chromeos.cc
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_chromeos.cc b/chrome/browser/system_monitor/removable_device_notifications_chromeos.cc
|
| index 1b17b925cd5ac927a22b4c38c31401bcfae19d69..f9ddd0af82348cda45b31074fd0bf361bad36767 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_chromeos.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_chromeos.cc
|
| @@ -167,4 +167,12 @@ void RemovableDeviceNotificationsCros::AddMountedPathOnUIThread(
|
| mount_info.mount_path);
|
| }
|
|
|
| +void MediaDeviceNotifications::StartWatchingStorage(const FilePath& path) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +void MediaDeviceNotifications::StopWatchingStorage(const FilePath& path) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| } // namespace chrome
|
|
|