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