| Index: content/browser/plugin_service_impl.h
|
| diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
|
| index 6fa3b4a26430f930e19deb4cee9ebabfae02336b..55788fcac3ef34e564c1c987f78fe260db0e646d 100644
|
| --- a/content/browser/plugin_service_impl.h
|
| +++ b/content/browser/plugin_service_impl.h
|
| @@ -179,6 +179,12 @@ class CONTENT_EXPORT PluginServiceImpl
|
| void GetPluginsInternal(base::MessageLoopProxy* target_loop,
|
| const GetPluginsCallback& callback);
|
|
|
| +#if defined(OS_POSIX)
|
| + void GetPluginsOnIOThread(
|
| + base::MessageLoopProxy* target_loop,
|
| + const GetPluginsCallback& callback);
|
| +#endif
|
| +
|
| // Binding directly to GetAllowedPluginForOpenChannelToPlugin() isn't possible
|
| // because more arity is needed <http://crbug.com/98542>. This just forwards.
|
| void ForwardGetAllowedPluginForOpenChannelToPlugin(
|
|
|