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/webapp/client_plugin.js

Issue 22477006: Added JsonMessage to the control channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated protocol mocks. 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..247d06821576d41f338c1742c8455b83dbb067e3 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',
+ EXTENSION_MESSAGE: 'extensionMessage'
};
/**

Powered by Google App Engine
This is Rietveld 408576698