| Index: content/browser/plugin_service_impl.h
|
| diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
|
| index 1b7edfaa20bf9adab5a8f6477ee4b6c06c847788..bb163b62be7837dd19dcd78e49085dce066680d4 100644
|
| --- a/content/browser/plugin_service_impl.h
|
| +++ b/content/browser/plugin_service_impl.h
|
| @@ -196,16 +196,13 @@ class CONTENT_EXPORT PluginServiceImpl
|
|
|
| // Helper so we can finish opening the channel after looking up the
|
| // plugin.
|
| - void FinishOpenChannelToPlugin(
|
| - const FilePath& plugin_path,
|
| - PluginProcessHost::Client* client);
|
| + void FinishOpenChannelToPlugin(const FilePath& plugin_path,
|
| + PluginProcessHost::Client* client);
|
|
|
| #if defined(OS_POSIX) && !defined(OS_OPENBSD) && !defined(OS_ANDROID)
|
| // Registers a new FilePathWatcher for a given path.
|
| - static void RegisterFilePathWatcher(
|
| - base::files::FilePathWatcher* watcher,
|
| - const FilePath& path,
|
| - base::files::FilePathWatcher::Delegate* delegate);
|
| + static void RegisterFilePathWatcher(base::files::FilePathWatcher* watcher,
|
| + const FilePath& path);
|
| #endif
|
|
|
| // The plugin list instance.
|
| @@ -223,7 +220,6 @@ class CONTENT_EXPORT PluginServiceImpl
|
|
|
| #if defined(OS_POSIX) && !defined(OS_OPENBSD) && !defined(OS_ANDROID)
|
| ScopedVector<base::files::FilePathWatcher> file_watchers_;
|
| - scoped_refptr<PluginDirWatcherDelegate> file_watcher_delegate_;
|
| #endif
|
|
|
| std::vector<PepperPluginInfo> ppapi_plugins_;
|
|
|