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

Side by Side Diff: ceee/ie/broker/broker_rpc_utils.h

Issue 5258006: Restart of ceee_broker on crash. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ceee/ie/broker/broker_rpc_unittest.cc ('k') | ceee/ie/broker/broker_rpc_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Utilities shared by both Broker RPC client and server. 5 // Utilities shared by both Broker RPC client and server.
6 6
7 #ifndef CEEE_IE_BROKER_BROKER_RPC_UTILS_H_ 7 #ifndef CEEE_IE_BROKER_BROKER_RPC_UTILS_H_
8 #define CEEE_IE_BROKER_BROKER_RPC_UTILS_H_ 8 #define CEEE_IE_BROKER_BROKER_RPC_UTILS_H_
9 9
10 #include <string> 10 #include <string>
11 11
12 // Protocol used for RPC comunication. 12 // Protocol used for RPC comunication.
13 extern const wchar_t kRpcProtocol[]; 13 extern const wchar_t kRpcProtocol[];
14 14
15 // Returns RPC end point. Depends on current session ID and 15 // Returns RPC end point. Depends on current session ID and
16 // account used by chrome frame. 16 // account used by chrome frame.
17 std::wstring GetRpcEndPointAddress(); 17 std::wstring GetRpcEndpointAddress();
18 18
19 #endif // CEEE_IE_BROKER_BROKER_RPC_UTILS_H_ 19 #endif // CEEE_IE_BROKER_BROKER_RPC_UTILS_H_
OLDNEW
« no previous file with comments | « ceee/ie/broker/broker_rpc_unittest.cc ('k') | ceee/ie/broker/broker_rpc_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698