| Index: chrome/browser/resources/options/chromeos/accounts_user_name_edit.js
|
| diff --git a/chrome/browser/resources/options/chromeos/accounts_user_name_edit.js b/chrome/browser/resources/options/chromeos/accounts_user_name_edit.js
|
| index 88d2878d11f58bfa7c912f5418084eee327c21f6..f26a3b6d687b5092770793fa2fd102b8489f1f1c 100644
|
| --- a/chrome/browser/resources/options/chromeos/accounts_user_name_edit.js
|
| +++ b/chrome/browser/resources/options/chromeos/accounts_user_name_edit.js
|
| @@ -67,7 +67,8 @@ cr.define('options.accounts', function() {
|
| * more times in a row.)
|
| *
|
| * @param {string} str A string to parse.
|
| - * @return {{name: string, email: string}} User info parsed from the string.
|
| + * @return {?{name: string, email: string}} User info parsed from the
|
| + * string.
|
| */
|
| parse: function(str) {
|
| /** @const */ var format1 = new RegExp(format1String);
|
|
|