| Index: webkit/tools/test_shell/test_worker/test_worker_main.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_worker/test_worker_main.cc (revision 23449)
|
| +++ webkit/tools/test_shell/test_worker/test_worker_main.cc (working copy)
|
| @@ -208,8 +208,7 @@
|
| return true;
|
| }
|
|
|
| -bool GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) {
|
| - return false;
|
| +void GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) {
|
| }
|
|
|
| bool IsPluginRunningInRendererProcess() {
|
|
|