diff options
-rw-r--r-- | webkit/tools/test_shell/gtk/test_shell.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/gtk/test_shell.cc b/webkit/tools/test_shell/gtk/test_shell.cc index 39dc120..702195f 100644 --- a/webkit/tools/test_shell/gtk/test_shell.cc +++ b/webkit/tools/test_shell/gtk/test_shell.cc @@ -170,7 +170,9 @@ bool SpellCheckWord(const wchar_t* word, int word_len, } bool GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) { - return NPAPI::PluginList::Singleton()->GetPlugins(refresh, plugins); + //return NPAPI::PluginList::Singleton()->GetPlugins(refresh, plugins); + NOTIMPLEMENTED(); + return false; } bool IsPluginRunningInRendererProcess() { |