| Index: webkit/plugins/npapi/plugin_lib.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/plugin_lib.h (revision 70986)
|
| +++ webkit/plugins/npapi/plugin_lib.h (working copy)
|
| @@ -39,6 +39,11 @@
|
| // This API is only used on Unixes, and is exposed here for testing.
|
| static void ParseMIMEDescription(const std::string& description,
|
| std::vector<WebPluginMimeType>* mime_types);
|
| +
|
| + // Extract a version number from a description string.
|
| + // This API is only used on Unixes, and is exposed here for testing.
|
| + static void ExtractVersionString(const std::string& version,
|
| + WebPluginInfo* info);
|
| #endif
|
|
|
| // Unloads all the loaded plugin libraries and cleans up the plugin map.
|
|
|