| Index: remoting/webapp/plugin_settings.js
|
| diff --git a/remoting/webapp/plugin_settings.js b/remoting/webapp/plugin_settings.js
|
| index d3fde9aabe4ff064f6f8420e2dd03c9fb55600b1..0dc9126f3cc6faaf3f4a3dcc89a43d5efc0dc727 100644
|
| --- a/remoting/webapp/plugin_settings.js
|
| +++ b/remoting/webapp/plugin_settings.js
|
| @@ -15,6 +15,13 @@ var remoting = remoting || {};
|
| remoting.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE';
|
|
|
| /**
|
| + * @type {boolean} Flag that indicates whether official client ID should
|
| + * be used.
|
| + */
|
| +remoting.OAuth2.prototype.USE_OFFICIAL_CLIENT_ID =
|
| + OAUTH2_USE_OFFICIAL_CLIENT_ID;
|
| +
|
| +/**
|
| * @type {string} The OAuth2 redirect URL.
|
| * @private
|
| */
|
|
|