| Index: ios/web/web_state/js/credential_util.h
|
| diff --git a/ios/web/web_state/js/credential_util.h b/ios/web/web_state/js/credential_util.h
|
| index affd0eefc54d25303740a94c5a4f30f1141e000f..39230dec05c964c07952dc70b17c04c5aca2f4f9 100644
|
| --- a/ios/web/web_state/js/credential_util.h
|
| +++ b/ios/web/web_state/js/credential_util.h
|
| @@ -17,7 +17,7 @@ struct Credential;
|
| // otherwise. |value| must contain the following string->string key/value
|
| // pairs:
|
| //
|
| -// "type": one of "LocalCredential" of "FederatedCredential"
|
| +// "type": one of "PasswordCredential" of "FederatedCredential"
|
| // "id": a string (possibly empty)
|
| //
|
| // The following pairs are optional:
|
| @@ -25,7 +25,7 @@ struct Credential;
|
| // "name": a string (possibly empty)
|
| // "avatarURL": a valid URL as a string
|
| //
|
| -// If "type" is "LocalCredential", then |value| must contain
|
| +// If "type" is "PasswordCredential", then |value| must contain
|
| //
|
| // "password" a string (possibly empty)
|
| //
|
|
|