| Index: chrome_frame/chrome_frame_activex.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_activex.h (revision 46199)
|
| +++ chrome_frame/chrome_frame_activex.h (working copy)
|
| @@ -85,14 +85,11 @@
|
| // Overridden to perform security checks.
|
| STDMETHOD(put_src)(BSTR src);
|
|
|
| - // IObjectWithSite
|
| - STDMETHOD(SetSite)(IUnknown* site);
|
| -
|
| // IChromeFrame
|
| // On a fresh install of ChromeFrame the BHO will not be loaded in existing
|
| // IE tabs/windows. This function instantiates the BHO and registers it
|
| // explicitly.
|
| - STDMETHOD(RegisterBHOIfNeeded)();
|
| + STDMETHOD(registerBhoIfNeeded)();
|
|
|
| protected:
|
| // ChromeFrameDelegate overrides
|
| @@ -149,8 +146,6 @@
|
|
|
| // A hook attached to the top-level window containing the ActiveX control.
|
| HHOOK chrome_wndproc_hook_;
|
| -
|
| - ScopedComPtr<IUnknown> site_;
|
| };
|
|
|
| #endif // CHROME_FRAME_CHROME_FRAME_ACTIVEX_H_
|
|
|