| Index: content/browser/plugin_service_impl.cc
|
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
|
| index dabd26dfae7aedbaee98692c6f7ba9dca78dfc60..c2bb7326382090e8ff068e132df4623f8094f554 100644
|
| --- a/content/browser/plugin_service_impl.cc
|
| +++ b/content/browser/plugin_service_impl.cc
|
| @@ -600,7 +600,7 @@ void PluginServiceImpl::RegisterFilePathWatcher(
|
| FilePathWatcher* watcher,
|
| const FilePath& path,
|
| FilePathWatcher::Delegate* delegate) {
|
| - bool result = watcher->Watch(path, delegate);
|
| + bool result = watcher->Watch(path, false, delegate);
|
| DCHECK(result);
|
| }
|
| #endif
|
|
|