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

Unified Diff: remoting/client/client_user_interface.h

Issue 22477006: Added JsonMessage to the control channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: remoting/client/client_user_interface.h
diff --git a/remoting/client/client_user_interface.h b/remoting/client/client_user_interface.h
index 9779835cc97154fd83b86e08a97c81b30e5b1822..282d3606ef228e034cf94664de0b74d765c0caef 100644
--- a/remoting/client/client_user_interface.h
+++ b/remoting/client/client_user_interface.h
@@ -42,6 +42,9 @@ class ClientUserInterface {
virtual void SetPairingResponse(
const protocol::PairingResponse& pairing_response) = 0;
+ // Passes a JSON message from the host to the client.
+ virtual void ProcessHostJson(const protocol::JsonMessage& message) = 0;
+
// Get the view's ClipboardStub implementation.
virtual protocol::ClipboardStub* GetClipboardStub() = 0;

Powered by Google App Engine
This is Rietveld 408576698