Chromium Code Reviews| 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_ |