Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: ios/web/web_state/js/credential_util.h

Issue 1162583003: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drop
Patch Set: Fix. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/public/web_state/credential.h ('k') | ios/web/web_state/js/credential_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
//
« no previous file with comments | « ios/web/public/web_state/credential.h ('k') | ios/web/web_state/js/credential_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698