summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_data_remover.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_data_remover.cc')
-rw-r--r--chrome/browser/plugin_data_remover.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_data_remover.cc b/chrome/browser/plugin_data_remover.cc
index 89e0ece..bfc9811 100644
--- a/chrome/browser/plugin_data_remover.cc
+++ b/chrome/browser/plugin_data_remover.cc
@@ -50,7 +50,7 @@ base::WaitableEvent* PluginDataRemover::StartRemoving(
AddRef();
PluginService::GetInstance()->OpenChannelToPlugin(
- GURL(), mime_type_, this);
+ 0, 0, GURL(), mime_type_, this);
BrowserThread::PostDelayedTask(
BrowserThread::IO,