| Index: chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
|
| diff --git a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
|
| index bffe34fb440c44f074d92506635a311b674bf630..7f32e4c4cbbdc5aa40820717f556d16b25e2243d 100644
|
| --- a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
|
| +++ b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
|
| @@ -54,6 +54,7 @@ cr.define('cr.login', function() {
|
| */
|
| var SUPPORTED_PARAMS = [
|
| 'gaiaUrl', // Gaia url to use;
|
| + 'gaiaPath', // Gaia path to use;
|
| 'hl', // Language code for the user interface;
|
| 'email', // Pre-fill the email field in Gaia UI;
|
| 'service', // Name of Gaia service;
|
|
|