Chromium Code Reviews| Index: webkit/plugins/npapi/webplugin_delegate_impl.h |
| diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h |
| index 102cd3cf93615333765980d717252fa0538138b0..9682ed04335165b08ef91b23c763322b3eb9bba9 100644 |
| --- a/webkit/plugins/npapi/webplugin_delegate_impl.h |
| +++ b/webkit/plugins/npapi/webplugin_delegate_impl.h |
| @@ -95,6 +95,8 @@ class WEBKIT_PLUGINS_EXPORT WebPluginDelegateImpl : public WebPluginDelegate { |
| static bool IsPluginDelegateWindow(gfx::NativeWindow window); |
| static bool GetPluginNameFromWindow(gfx::NativeWindow window, |
| string16* plugin_name); |
| + static bool GetPluginVersionFromWindow(gfx::NativeWindow window, |
| + string16* plugin_name); |
|
jam
2012/04/03 16:18:02
nit: plugin_version
whyuan
2012/04/03 17:35:07
Done.
|
| // Returns true if the window handle passed in is that of the dummy |
| // activation window for windowless plugins. |