| Index: chrome/browser/resources/gaia_auth_host/saml_handler.js
|
| diff --git a/chrome/browser/resources/gaia_auth_host/saml_handler.js b/chrome/browser/resources/gaia_auth_host/saml_handler.js
|
| index bd8603613d3328fdf832b19836b633da3a768103..9b6ceb94c001034cff1594c0687406de6c1657c9 100644
|
| --- a/chrome/browser/resources/gaia_auth_host/saml_handler.js
|
| +++ b/chrome/browser/resources/gaia_auth_host/saml_handler.js
|
| @@ -105,7 +105,7 @@ cr.define('cr.login', function() {
|
|
|
| /**
|
| * Scraped password stored in an id to password field value map.
|
| - * @type {Object.<string, string>}
|
| + * @type {Object<string, string>}
|
| * @private
|
| */
|
| this.passwordStore_ = {};
|
| @@ -199,7 +199,7 @@ cr.define('cr.login', function() {
|
|
|
| /**
|
| * Gets the de-duped scraped passwords.
|
| - * @return {Array.<string>}
|
| + * @return {Array<string>}
|
| * @private
|
| */
|
| getConsolidatedScrapedPasswords_: function() {
|
|
|