| Index: chrome/browser/resources/gaia_auth_host/authenticator.js
|
| diff --git a/chrome/browser/resources/gaia_auth_host/authenticator.js b/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| index 680ec6241fa68265403afd5623c1be21c1f3c54c..5692dc18a51db9f0aa9cdfa960b9449e02148ba1 100644
|
| --- a/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| +++ b/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| @@ -167,6 +167,8 @@ cr.define('cr.login', function() {
|
| var url = this.idpOrigin_ + (data.gaiaPath || IDP_PATH);
|
|
|
| if (this.isMinuteMaidChromeOS) {
|
| + if (data.chromeType)
|
| + url = appendParam(url, 'chrometype', data.chromeType);
|
| if (data.clientId)
|
| url = appendParam(url, 'client_id', data.clientId);
|
| if (data.enterpriseDomain)
|
|
|