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

Unified Diff: Source/modules/credentialmanager/Credential.idl

Issue 1165673005: Credential Manager: Rename 'avatarURL' to 'iconURL'. (1/3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@remove-local
Patch Set: 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: Source/modules/credentialmanager/Credential.idl
diff --git a/Source/modules/credentialmanager/Credential.idl b/Source/modules/credentialmanager/Credential.idl
index 2c3c2a1b531c63069bf13d6a524e19814d8e4819..960a16b67cd9af48fc42088bd1bbaacf3ebfa6d9 100644
--- a/Source/modules/credentialmanager/Credential.idl
+++ b/Source/modules/credentialmanager/Credential.idl
@@ -13,5 +13,5 @@
// TODO(mkwst): These should be on LocallyStoredCredential.
readonly attribute DOMString name;
- readonly attribute DOMString avatarURL;
+ readonly attribute DOMString iconURL;
};
« no previous file with comments | « Source/modules/credentialmanager/Credential.cpp ('k') | Source/platform/credentialmanager/PlatformCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698