| 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 9e04d3a673fc076870b9871c593a3ae37ef5e817..f96fbe36ed5e9baebee140874735a76d5631ede4 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| @@ -362,7 +362,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) {
|
|
|