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

Unified Diff: remoting/protocol/host_stub.h

Issue 4726003: Implement InputStub in the host side for chromoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed Created 10 years, 1 month 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
Index: remoting/protocol/host_stub.h
diff --git a/remoting/protocol/host_stub.h b/remoting/protocol/host_stub.h
index a9e2fa5e4d011416d7da683806c16f7be462315f..cf14daa138277fe948b4bb6dd5aa2656b1d125ff 100644
--- a/remoting/protocol/host_stub.h
+++ b/remoting/protocol/host_stub.h
@@ -24,7 +24,7 @@ class HostStub {
virtual ~HostStub() {};
virtual void SuggestResolution(
- const SuggestResolutionRequest& msg, Task* done) = 0;
+ const SuggestResolutionRequest* msg, Task* done) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(HostStub);

Powered by Google App Engine
This is Rietveld 408576698