| 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'
|
| };
|
|
|
| /**
|
|
|