| Index: webkit/glue/plugins/plugin_lib.h
|
| diff --git a/webkit/glue/plugins/plugin_lib.h b/webkit/glue/plugins/plugin_lib.h
|
| index aad3f56b9baf2f7094e6da11571434116e3b2f23..ed523c124af7a4ba658b80eaaa98a7bc5a3833c3 100644
|
| --- a/webkit/glue/plugins/plugin_lib.h
|
| +++ b/webkit/glue/plugins/plugin_lib.h
|
| @@ -36,10 +36,9 @@ class PluginLib : public base::RefCounted<PluginLib> {
|
| static bool ReadWebPluginInfo(const FilePath& filename, WebPluginInfo* info);
|
|
|
| #if defined(OS_LINUX)
|
| - // Parse the result of an NP_GetMIMEDescription() call, returning
|
| - // false on parse error. This API is only used on Linux, and is
|
| - // exposed here for testing.
|
| - static bool ParseMIMEDescription(const char* description,
|
| + // Parse the result of an NP_GetMIMEDescription() call.
|
| + // This API is only used on Linux, and is exposed here for testing.
|
| + static void ParseMIMEDescription(const std::string& description,
|
| std::vector<WebPluginMimeType>* mime_types);
|
| #endif
|
|
|
|
|