| Index: webkit/tools/test_shell/test_shell_mac.mm
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_mac.mm (revision 23449)
|
| +++ webkit/tools/test_shell/test_shell_mac.mm (working copy)
|
| @@ -700,8 +700,8 @@
|
| return StringPiece();
|
| }
|
|
|
| -bool GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) {
|
| - return NPAPI::PluginList::Singleton()->GetPlugins(refresh, plugins);
|
| +void GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) {
|
| + NPAPI::PluginList::Singleton()->GetPlugins(refresh, plugins);
|
| }
|
|
|
| bool DownloadUrl(const std::string& url, NSWindow* caller_window) {
|
|
|