Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: chrome_frame/chrome_frame_activex.h

Issue 1831001: Fixes to address code review comments from tommi from CL http://codereview.ch... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/CFInstall.js ('k') | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome_frame/CFInstall.js ('k') | chrome_frame/chrome_frame_activex.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698