| 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..419295fdeb96ee7249d24a3bdaf417dce6ae909c 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_version);
|
|
|
| // Returns true if the window handle passed in is that of the dummy
|
| // activation window for windowless plugins.
|
|
|