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

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

Issue 6313002: Revert 71377 - 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
« no previous file with comments | « no previous file | ceee/ie/plugin/bho/browser_helper_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/bho/browser_helper_object.h
===================================================================
--- ceee/ie/plugin/bho/browser_helper_object.h (revision 71414)
+++ ceee/ie/plugin/bho/browser_helper_object.h (working copy)
@@ -38,8 +38,6 @@
#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>,
@@ -466,10 +464,6 @@
// 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.
- 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698