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

Unified Diff: components/password_manager/core/common/credential_manager_types.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
Index: components/password_manager/core/common/credential_manager_types.h
diff --git a/components/password_manager/core/common/credential_manager_types.h b/components/password_manager/core/common/credential_manager_types.h
index 19d00c13940ac742aa88aa10d676d3febdb61b33..76ae09d96829bb6d0008aa0acda654947a7cc05f 100644
--- a/components/password_manager/core/common/credential_manager_types.h
+++ b/components/password_manager/core/common/credential_manager_types.h
@@ -24,7 +24,7 @@ const size_t kMaxFederations = 50u;
enum class CredentialType {
CREDENTIAL_TYPE_EMPTY = 0,
- CREDENTIAL_TYPE_LOCAL,
+ CREDENTIAL_TYPE_PASSWORD,
CREDENTIAL_TYPE_FEDERATED,
CREDENTIAL_TYPE_LAST = CREDENTIAL_TYPE_FEDERATED
};
@@ -48,7 +48,7 @@ struct CredentialInfo {
// property.
GURL avatar;
- // Corresponds to WebLocalCredential's password property.
+ // Corresponds to WebPasswordCredential's password property.
base::string16 password;
// Corresponds to WebFederatedCredential's federation property, which is an

Powered by Google App Engine
This is Rietveld 408576698