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

Unified Diff: ios/web/public/web_state/credential.h

Issue 1162583003: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drop
Patch Set: oops. 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: ios/web/public/web_state/credential.h
diff --git a/ios/web/public/web_state/credential.h b/ios/web/public/web_state/credential.h
index 622f33d9ef7f3376755f0e66c30179a35893aa1f..5b133692585a5f8000405911ecd915f07c842b29 100644
--- a/ios/web/public/web_state/credential.h
+++ b/ios/web/public/web_state/credential.h
@@ -13,7 +13,7 @@ namespace web {
// Indicates the specific type of a Credential object.
enum CredentialType {
CREDENTIAL_TYPE_EMPTY = 0,
- CREDENTIAL_TYPE_LOCAL,
+ CREDENTIAL_TYPE_PASSWORD,
CREDENTIAL_TYPE_FEDERATED,
CREDENTIAL_TYPE_LAST = CREDENTIAL_TYPE_FEDERATED
};

Powered by Google App Engine
This is Rietveld 408576698