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

Unified Diff: remoting/protocol/protocol_mock_objects.h

Issue 12220092: Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typos in ChromotingInstance. Created 7 years, 10 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
« remoting/proto/internal.proto ('K') | « remoting/protocol/host_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.h
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
index 6472869207a7f6b32af44d506f1c915aaacd910e..9d1e4a225d414fbc0bb91ea77375a1f0dbde4b4e 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -102,8 +102,8 @@ class MockHostStub : public HostStub {
MockHostStub();
virtual ~MockHostStub();
- MOCK_METHOD1(NotifyClientDimensions,
- void(const ClientDimensions& dimensions));
+ MOCK_METHOD1(NotifyClientResolution,
+ void(const ClientResolution& resolution));
MOCK_METHOD1(ControlVideo,
void(const VideoControl& video_control));
MOCK_METHOD1(ControlAudio,
« remoting/proto/internal.proto ('K') | « remoting/protocol/host_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698