| 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 bee7da593b4d973f4d23d54f158e8037ec65bfdd..9259f5a0e0668c0b4296ecf663e35fea549fb054 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| @@ -331,7 +331,7 @@ void RemovableDeviceNotificationsLinux::InitOnFileThread() {
|
| // RemovableDeviceNotificationsLinux will live longer than expected, and
|
| // FilePathWatcher will get in trouble at shutdown time.
|
| bool ret = file_watcher_.Watch(
|
| - mtab_path_,
|
| + mtab_path_, false,
|
| base::Bind(&RemovableDeviceNotificationsLinux::OnFilePathChanged,
|
| base::Unretained(this)));
|
| if (!ret) {
|
|
|