| Index: remoting/webapp/plugin_settings.js
|
| diff --git a/remoting/webapp/plugin_settings.js b/remoting/webapp/plugin_settings.js
|
| index c2ac9f716f378a412350503262d741baf3e23a21..2d1f26496ac64d7775ee603263619fe6c5e1cfc7 100644
|
| --- a/remoting/webapp/plugin_settings.js
|
| +++ b/remoting/webapp/plugin_settings.js
|
| @@ -19,6 +19,8 @@
|
| // The settings on this file are automatically substituted by build-webapp.py.
|
| // Do not override them manually, except for running local tests.
|
|
|
| +/** @type {string} MIME type for the host plugin.*/
|
| +remoting.Settings.prototype.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE';
|
| /** @type {string} API client ID.*/
|
| remoting.Settings.prototype.OAUTH2_CLIENT_ID = 'API_CLIENT_ID';
|
| /** @type {string} API client secret.*/
|
|
|