| Index: webkit/glue/plugins/plugin_lib.h
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_lib.h (revision 25977)
|
| +++ webkit/glue/plugins/plugin_lib.h (working copy)
|
| @@ -35,7 +35,7 @@
|
| // Returns false if the library couldn't be found, or if it's not a plugin.
|
| static bool ReadWebPluginInfo(const FilePath& filename, WebPluginInfo* info);
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_FREEBSD)
|
| // 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,
|
|
|