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

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

Issue 5720004: Added refreshing of elevation policy on first run of new version for all user... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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/broker/broker_rpc_client.h
===================================================================
--- ceee/ie/broker/broker_rpc_client.h (revision 68931)
+++ ceee/ie/broker/broker_rpc_client.h (working copy)
@@ -10,7 +10,8 @@
#include <wtypes.h>
#include "base/basictypes.h"
-struct IUnknown;
+struct ICeeeBrokerRegistrar;
+
// Interface for sending events.
class IEventSender {
public:
@@ -57,7 +58,7 @@
protected:
// Starts ceee broker process. This is unittest seam.
- virtual HRESULT StartServer(IUnknown** server);
+ virtual HRESULT StartServer(ICeeeBrokerRegistrar** server);
private:
void LockContext();
@@ -76,4 +77,6 @@
DISALLOW_COPY_AND_ASSIGN(BrokerRpcClient);
};
+HRESULT StartCeeeBroker(ICeeeBrokerRegistrar** broker);
+
#endif // CEEE_IE_BROKER_BROKER_RPC_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698