| Index: content/browser/plugin_service.cc
|
| diff --git a/content/browser/plugin_service.cc b/content/browser/plugin_service.cc
|
| index 930a600440dba98e18f7c1ce0228a87daac87d82..b43774adc2e20ec04c395df4179ae077b5548638 100644
|
| --- a/content/browser/plugin_service.cc
|
| +++ b/content/browser/plugin_service.cc
|
| @@ -549,7 +549,8 @@ void PluginService::RegisterFilePathWatcher(
|
| FilePathWatcher *watcher,
|
| const FilePath& path,
|
| FilePathWatcher::Delegate* delegate) {
|
| - bool result = watcher->Watch(path, delegate);
|
| + bool result = watcher->Watch(
|
| + path, delegate, base::MessageLoopProxy::CreateForCurrentThread());
|
| DCHECK(result);
|
| }
|
| #endif
|
|
|