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