From 610c089bd27051ca8d2b983e784b31c533cbfef8 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 8 Sep 2009 19:46:18 +0000 Subject: Take out the activex control.BUG=20259 Review URL: http://codereview.chromium.org/200031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25650 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/plugin_process_host.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'chrome/browser/plugin_process_host.h') diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index 7b5c6c1..66b5098 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -40,12 +40,8 @@ class PluginProcessHost : public ChildProcessHost, ~PluginProcessHost(); // Initialize the new plugin process, returning true on success. This must - // be called before the object can be used. If plugin_path is the - // ActiveX-shim, then activex_clsid is the class id of ActiveX control, - // otherwise activex_clsid is ignored. - bool Init(const WebPluginInfo& info, - const std::string& activex_clsid, - const std::wstring& locale); + // be called before the object can be used. + bool Init(const WebPluginInfo& info, const std::wstring& locale); virtual void OnMessageReceived(const IPC::Message& msg); virtual void OnChannelConnected(int32 peer_pid); -- cgit v1.1