Chromium Code Reviews| Index: chrome/browser/plugin_data_remover.cc |
| =================================================================== |
| --- chrome/browser/plugin_data_remover.cc (revision 74733) |
| +++ chrome/browser/plugin_data_remover.cc (working copy) |
| @@ -49,7 +49,7 @@ |
| is_removing_ = true; |
| AddRef(); |
| - PluginService::GetInstance()->OpenChannelToPlugin( |
| + PluginService::GetInstance()->OpenChannelToNpapiPlugin( |
| 0, 0, GURL(), mime_type_, this); |
| BrowserThread::PostDelayedTask( |