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

Side by Side Diff: remoting/protocol/protocol_mock_objects.cc

Issue 6711033: A new authenticated connection evicts an old one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/protocol/host_stub.h ('k') | remoting/remoting.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #include "remoting/protocol/protocol_mock_objects.h" 5 #include "remoting/protocol/protocol_mock_objects.h"
6 6
7 namespace remoting { 7 namespace remoting {
8 namespace protocol { 8 namespace protocol {
9 9
10 MockConnectionToClient::MockConnectionToClient(MessageLoop* message_loop, 10 MockConnectionToClient::MockConnectionToClient(MessageLoop* message_loop,
11 EventHandler* handler, 11 EventHandler* handler,
12 HostStub* host_stub, 12 HostStub* host_stub,
13 InputStub* input_stub) 13 InputStub* input_stub)
14 : ConnectionToClient(message_loop, handler, host_stub, input_stub) { 14 : ConnectionToClient(message_loop, handler, input_stub) {
15 set_host_stub(host_stub);
15 } 16 }
16 17
17 MockConnectionToClient::~MockConnectionToClient() {} 18 MockConnectionToClient::~MockConnectionToClient() {}
18 19
19 MockConnectionToClientEventHandler::MockConnectionToClientEventHandler() {} 20 MockConnectionToClientEventHandler::MockConnectionToClientEventHandler() {}
20 21
21 MockConnectionToClientEventHandler::~MockConnectionToClientEventHandler() {} 22 MockConnectionToClientEventHandler::~MockConnectionToClientEventHandler() {}
22 23
23 MockInputStub::MockInputStub() {} 24 MockInputStub::MockInputStub() {}
24 25
(...skipping 10 matching lines...) Expand all
35 MockVideoStub::MockVideoStub() {} 36 MockVideoStub::MockVideoStub() {}
36 37
37 MockVideoStub::~MockVideoStub() {} 38 MockVideoStub::~MockVideoStub() {}
38 39
39 MockSession::MockSession() {} 40 MockSession::MockSession() {}
40 41
41 MockSession::~MockSession() {} 42 MockSession::~MockSession() {}
42 43
43 } // namespace protocol 44 } // namespace protocol
44 } // namespace remoting 45 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/protocol/host_stub.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698