Chromium Code Reviews| Index: chrome/browser/plugin_data_remover.cc |
| =================================================================== |
| --- chrome/browser/plugin_data_remover.cc (revision 71882) |
| +++ chrome/browser/plugin_data_remover.cc (working copy) |
| @@ -50,7 +50,7 @@ |
| AddRef(); |
| PluginService::GetInstance()->OpenChannelToPlugin( |
| - GURL(), kFlashMimeType, this); |
| + 0, 0, GURL(), kFlashMimeType, this); |
| BrowserThread::PostDelayedTask( |
| BrowserThread::IO, |