diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r-- | chrome/browser/plugin_process_host.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc index 49bbba4..0befa1c 100644 --- a/chrome/browser/plugin_process_host.cc +++ b/chrome/browser/plugin_process_host.cc @@ -329,7 +329,6 @@ PluginProcessHost::~PluginProcessHost() { } bool PluginProcessHost::Init(const WebPluginInfo& info, - const std::string& activex_clsid, const std::wstring& locale) { info_ = info; set_name(info_.name); @@ -363,7 +362,6 @@ bool PluginProcessHost::Init(const WebPluginInfo& info, switches::kLoggingLevel, switches::kLogPluginMessages, switches::kUserDataDir, - switches::kAllowAllActiveX, switches::kEnableDCHECK, switches::kSilentDumpOnDCHECK, switches::kMemoryProfiling, |