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

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

Issue 1209953002: Rename avatarURL to iconURL in the credential manager in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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: Source/modules/credentialmanager/PasswordCredential.idl
diff --git a/Source/modules/credentialmanager/PasswordCredential.idl b/Source/modules/credentialmanager/PasswordCredential.idl
index db89b0b7d45dc047dd7f134e10b9f4c0d410656c..929aed31be33457d8f7239b7f5dfb942d5ec26ed 100644
--- a/Source/modules/credentialmanager/PasswordCredential.idl
+++ b/Source/modules/credentialmanager/PasswordCredential.idl
@@ -5,7 +5,7 @@
[
RuntimeEnabled=CredentialManager,
RaisesException=Constructor,
- Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString avatarURL)
+ Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString iconURL)
] interface PasswordCredential : Credential {
readonly attribute DOMString password;
readonly attribute FormData formData;

Powered by Google App Engine
This is Rietveld 408576698