| Index: remoting/webapp/plugin_settings.js
|
| ===================================================================
|
| --- remoting/webapp/plugin_settings.js (revision 278256)
|
| +++ remoting/webapp/plugin_settings.js (working copy)
|
| @@ -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.*/
|
|
|