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

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

Issue 6295006: Merge 68951 - Added refreshing of elevation policy on first run of new versio... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/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 | « ceee/ie/broker/broker_module.cc ('k') | ceee/ie/broker/broker_rpc_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/broker/broker_rpc_client.h
===================================================================
--- ceee/ie/broker/broker_rpc_client.h (revision 71509)
+++ ceee/ie/broker/broker_rpc_client.h (working copy)
@@ -10,6 +10,8 @@
#include <wtypes.h>
#include "base/basictypes.h"
+struct ICeeeBrokerRegistrar;
+
// Interface for sending events.
class IEventSender {
public:
@@ -52,6 +54,10 @@
int bucket_count);
// @}
+ protected:
+ // Starts ceee broker process. This is unittest seam.
+ virtual HRESULT StartServer(ICeeeBrokerRegistrar** server);
+
private:
void LockContext();
void ReleaseContext();
@@ -63,4 +69,6 @@
DISALLOW_COPY_AND_ASSIGN(BrokerRpcClient);
};
+HRESULT StartCeeeBroker(ICeeeBrokerRegistrar** broker);
+
#endif // CEEE_IE_BROKER_BROKER_RPC_CLIENT_H_
« no previous file with comments | « ceee/ie/broker/broker_module.cc ('k') | ceee/ie/broker/broker_rpc_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698