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

Unified Diff: ceee/ie/plugin/bho/browser_helper_object.h

Issue 6106004: Added loading of nested BHO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
Index: ceee/ie/plugin/bho/browser_helper_object.h
===================================================================
--- ceee/ie/plugin/bho/browser_helper_object.h (revision 70433)
+++ ceee/ie/plugin/bho/browser_helper_object.h (working copy)
@@ -38,6 +38,8 @@
#include "broker_lib.h" // NOLINT
#include "toolband.h" // NOLINT
+struct IObjectWithSite;
+
// Implementation of an IE browser helper object.
class ATL_NO_VTABLE BrowserHelperObject
: public CComObjectRootEx<CComSingleThreadModel>,
@@ -464,6 +466,10 @@
// Used to dispatch tab events back to Chrome.
TabEventsFunnel tab_events_funnel_;
+
+ // List of BHOs which could be unregistered from IE and loaded by
+ // CEEE instead of.
Jói 2011/01/13 01:22:11 instead of -> instead
Vitaly Buka corp 2011/01/13 01:46:17 Done.
+ std::vector<base::win::ScopedComPtr<IObjectWithSite> > nested_bho_;
};
#endif // CEEE_IE_PLUGIN_BHO_BROWSER_HELPER_OBJECT_H_
« no previous file with comments | « no previous file | ceee/ie/plugin/bho/browser_helper_object.cc » ('j') | ceee/ie/plugin/bho/browser_helper_object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698