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

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

Issue 10823244: Remove the HostEventStub aggregate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/protocol_mock_objects.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "base/message_loop_proxy.h" 7 #include "base/message_loop_proxy.h"
8 #include "net/base/ip_endpoint.h" 8 #include "net/base/ip_endpoint.h"
9 #include "remoting/protocol/transport.h" 9 #include "remoting/protocol/transport.h"
10 10
(...skipping 16 matching lines...) Expand all
27 MockConnectionToClientEventHandler::~MockConnectionToClientEventHandler() {} 27 MockConnectionToClientEventHandler::~MockConnectionToClientEventHandler() {}
28 28
29 MockClipboardStub::MockClipboardStub() {} 29 MockClipboardStub::MockClipboardStub() {}
30 30
31 MockClipboardStub::~MockClipboardStub() {} 31 MockClipboardStub::~MockClipboardStub() {}
32 32
33 MockInputStub::MockInputStub() {} 33 MockInputStub::MockInputStub() {}
34 34
35 MockInputStub::~MockInputStub() {} 35 MockInputStub::~MockInputStub() {}
36 36
37 MockHostEventStub::MockHostEventStub() {}
38
39 MockHostEventStub::~MockHostEventStub() {}
40
41 MockHostStub::MockHostStub() {} 37 MockHostStub::MockHostStub() {}
42 38
43 MockHostStub::~MockHostStub() {} 39 MockHostStub::~MockHostStub() {}
44 40
45 MockClientStub::MockClientStub() {} 41 MockClientStub::MockClientStub() {}
46 42
47 MockClientStub::~MockClientStub() {} 43 MockClientStub::~MockClientStub() {}
48 44
49 MockVideoStub::MockVideoStub() {} 45 MockVideoStub::MockVideoStub() {}
50 46
51 MockVideoStub::~MockVideoStub() {} 47 MockVideoStub::~MockVideoStub() {}
52 48
53 MockSession::MockSession() {} 49 MockSession::MockSession() {}
54 50
55 MockSession::~MockSession() {} 51 MockSession::~MockSession() {}
56 52
57 MockSessionManager::MockSessionManager() {} 53 MockSessionManager::MockSessionManager() {}
58 54
59 MockSessionManager::~MockSessionManager() {} 55 MockSessionManager::~MockSessionManager() {}
60 56
61 } // namespace protocol 57 } // namespace protocol
62 } // namespace remoting 58 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698