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

Unified Diff: remoting/protocol/protocol_mock_objects.cc

Issue 2798393007: Use SignalingAddress in SignalStrategy insterface. (Closed)
Patch Set: header Created 3 years, 8 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 | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/protocol/session_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.cc
diff --git a/remoting/protocol/protocol_mock_objects.cc b/remoting/protocol/protocol_mock_objects.cc
index 70581e4b134a74824f7d5838113d0194964f09d7..10ffb35513f0698c777d6a67bdee7265bbc0f086 100644
--- a/remoting/protocol/protocol_mock_objects.cc
+++ b/remoting/protocol/protocol_mock_objects.cc
@@ -11,55 +11,43 @@
#include "base/threading/thread_task_runner_handle.h"
#include "remoting/protocol/session_plugin.h"
#include "remoting/protocol/video_stream.h"
+#include "remoting/signaling/signaling_address.h"
namespace remoting {
namespace protocol {
MockAuthenticator::MockAuthenticator() {}
-
MockAuthenticator::~MockAuthenticator() {}
MockConnectionToClientEventHandler::MockConnectionToClientEventHandler() {}
-
MockConnectionToClientEventHandler::~MockConnectionToClientEventHandler() {}
MockClipboardStub::MockClipboardStub() {}
-
MockClipboardStub::~MockClipboardStub() {}
MockInputStub::MockInputStub() {}
-
MockInputStub::~MockInputStub() {}
MockHostStub::MockHostStub() {}
-
MockHostStub::~MockHostStub() {}
MockClientStub::MockClientStub() {}
-
MockClientStub::~MockClientStub() {}
MockCursorShapeStub::MockCursorShapeStub() {}
-
MockCursorShapeStub::~MockCursorShapeStub() {}
MockVideoStub::MockVideoStub() {}
-
MockVideoStub::~MockVideoStub() {}
MockSession::MockSession() {}
-
MockSession::~MockSession() {}
MockSessionManager::MockSessionManager() {}
-
MockSessionManager::~MockSessionManager() {}
-MockPairingRegistryDelegate::MockPairingRegistryDelegate() {
-}
-
-MockPairingRegistryDelegate::~MockPairingRegistryDelegate() {
-}
+MockPairingRegistryDelegate::MockPairingRegistryDelegate() {}
+MockPairingRegistryDelegate::~MockPairingRegistryDelegate() {}
std::unique_ptr<base::ListValue> MockPairingRegistryDelegate::LoadAll() {
std::unique_ptr<base::ListValue> result(new base::ListValue());
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/protocol/session_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698