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

Unified Diff: remoting/webapp/client_plugin.js

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/webapp/client_plugin.js
diff --git a/remoting/webapp/client_plugin.js b/remoting/webapp/client_plugin.js
index e98b345825da243e9205ee43cebc6c9c8cace75a..cd55a0802a968b038b728e9c8b7927e955abd2f3 100644
--- a/remoting/webapp/client_plugin.js
+++ b/remoting/webapp/client_plugin.js
@@ -67,7 +67,8 @@ remoting.ClientPlugin.Feature = {
SEND_CLIPBOARD_ITEM: 'sendClipboardItem',
THIRD_PARTY_AUTH: 'thirdPartyAuth',
TRAP_KEY: 'trapKey',
- PINLESS_AUTH: 'pinlessAuth'
+ PINLESS_AUTH: 'pinlessAuth',
+ JSON_MESSAGE: 'jsonMessage'
};
/**

Powered by Google App Engine
This is Rietveld 408576698