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

Unified Diff: Source/modules/credentialmanager/FederatedCredential.h

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/FederatedCredential.h
diff --git a/Source/modules/credentialmanager/FederatedCredential.h b/Source/modules/credentialmanager/FederatedCredential.h
index ad5e44897421e11a2698934685e15ef60bffdb09..c52e769b222dc202def2efd7d49ef8d62e5f676e 100644
--- a/Source/modules/credentialmanager/FederatedCredential.h
+++ b/Source/modules/credentialmanager/FederatedCredential.h
@@ -30,7 +30,7 @@ public:
private:
FederatedCredential(WebFederatedCredential*);
- FederatedCredential(const String& id, const KURL& provider, const String& name, const KURL& avatar);
+ FederatedCredential(const String& id, const KURL& provider, const String& name, const KURL& icon);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698