| Index: webkit/glue/webkit_glue.h
|
| ===================================================================
|
| --- webkit/glue/webkit_glue.h (revision 23449)
|
| +++ webkit/glue/webkit_glue.h (working copy)
|
| @@ -174,7 +174,7 @@
|
| bool GetExeDirectory(std::wstring* path);
|
|
|
| // Embedders implement this function to return the list of plugins to Webkit.
|
| -bool GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins);
|
| +void GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins);
|
|
|
| // Returns true if the plugins run in the same process as the renderer, and
|
| // false otherwise.
|
|
|