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

Unified Diff: components/password_manager/content/common/credential_manager_content_utils.cc

Issue 1209363003: Rename avatar to icon in the credential manager in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO. Created 5 years, 6 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/content/common/credential_manager_content_utils.cc
diff --git a/components/password_manager/content/common/credential_manager_content_utils.cc b/components/password_manager/content/common/credential_manager_content_utils.cc
index ce3d6cf6d1040c517e76190a74869cf4bdd3a279..937182ef9270c3e63736744a0518c9fc6bfb0dbf 100644
--- a/components/password_manager/content/common/credential_manager_content_utils.cc
+++ b/components/password_manager/content/common/credential_manager_content_utils.cc
@@ -16,7 +16,7 @@ CredentialInfo WebCredentialToCredentialInfo(
CredentialInfo credential_info;
credential_info.id = credential.id();
credential_info.name = credential.name();
- credential_info.avatar = credential.avatarURL();
+ credential_info.icon = credential.iconURL();
credential_info.type = credential.isPasswordCredential()
? CredentialType::CREDENTIAL_TYPE_PASSWORD
: CredentialType::CREDENTIAL_TYPE_FEDERATED;

Powered by Google App Engine
This is Rietveld 408576698