| Index: webkit/glue/webkitclient_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webkitclient_impl.cc (revision 23449)
|
| +++ webkit/glue/webkitclient_impl.cc (working copy)
|
| @@ -108,8 +108,7 @@
|
| void WebKitClientImpl::getPluginList(bool refresh,
|
| WebPluginListBuilder* builder) {
|
| std::vector<WebPluginInfo> plugins;
|
| - if (!GetPlugins(refresh, &plugins))
|
| - return;
|
| + GetPlugins(refresh, &plugins);
|
|
|
| for (size_t i = 0; i < plugins.size(); ++i) {
|
| const WebPluginInfo& plugin = plugins[i];
|
|
|