diff options
Diffstat (limited to 'content/browser/plugin_service_impl.h')
-rw-r--r-- | content/browser/plugin_service_impl.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h index 1b7edfa..bb163b6 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_; |