| Index: chrome/browser/system_monitor/media_device_notifications_chromeos.cc
|
| diff --git a/chrome/browser/system_monitor/media_device_notifications_chromeos.cc b/chrome/browser/system_monitor/media_device_notifications_chromeos.cc
|
| index 3f203fcbb8ca273fca0e460ed47e5b03a5b8ed24..0d67d000d28c30562a58e88f0ff5a5377fc2f71a 100644
|
| --- a/chrome/browser/system_monitor/media_device_notifications_chromeos.cc
|
| +++ b/chrome/browser/system_monitor/media_device_notifications_chromeos.cc
|
| @@ -160,4 +160,14 @@ void MediaDeviceNotifications::AddMountedPathOnUIThread(
|
| mount_info.mount_path);
|
| }
|
|
|
| +bool MediaDeviceNotifications::StartWatchingStorage(
|
| + const FilePath::StringType& path) {
|
| + return false;
|
| +}
|
| +
|
| +bool MediaDeviceNotifications::StopWatchingStorage(
|
| + const FilePath::StringType& path) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace chrome
|
|
|