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

Unified Diff: ceee/ie/broker/broker.h

Issue 5010001: COM replaced with RPC for firing events in broker.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/broker/broker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/broker/broker.h
===================================================================
--- ceee/ie/broker/broker.h (revision 66116)
+++ ceee/ie/broker/broker.h (working copy)
@@ -27,14 +27,12 @@
: public CComObjectRootEx<CComMultiThreadModel>,
public CComCoClass<CeeeBroker, &CLSID_CeeeBroker>,
public ICeeeBroker,
- public ICeeeBrokerRegistrar,
- public IExternalConnectionImpl<CeeeBroker> {
+ public ICeeeBrokerRegistrar {
public:
DECLARE_REGISTRY_RESOURCEID(IDR_BROKER)
DECLARE_NOT_AGGREGATABLE(CeeeBroker)
BEGIN_COM_MAP(CeeeBroker)
- COM_INTERFACE_ENTRY(IExternalConnection)
COM_INTERFACE_ENTRY(ICeeeBrokerRegistrar)
COM_INTERFACE_ENTRY(ICeeeBroker)
END_COM_MAP()
@@ -57,10 +55,6 @@
STDMETHOD(SetTabIdForHandle)(long tab_id, CeeeWindowHandle handle);
// @}
- // IExternalConnectionImpl overrides
- void OnAddConnection(bool first_lock);
- void OnReleaseConnection(bool last_unlock, bool last_unlock_releases);
-
protected:
// A pointer to single instance objects, or seams set for unittests.
ExecutorsManager * executors_manager_;
« no previous file with comments | « no previous file | ceee/ie/broker/broker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698