Chromium Code Reviews| Index: chrome/browser/automation/testing_automation_provider.cc |
| =================================================================== |
| --- chrome/browser/automation/testing_automation_provider.cc (revision 97468) |
| +++ chrome/browser/automation/testing_automation_provider.cc (working copy) |
| @@ -6135,7 +6135,7 @@ |
| if (!contents) |
| return; |
| RenderViewHost* host = contents->render_view_host(); |
| - host->Send(new ViewMsg_LoadBlockedPlugins(host->routing_id())); |
| + host->Send(new ChromeViewMsg_LoadBlockedPlugins(host->routing_id())); |
| *success = true; |
| } |
| } |