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

Unified Diff: public/platform/WebPasswordCredential.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: public/platform/WebPasswordCredential.h
diff --git a/public/platform/WebPasswordCredential.h b/public/platform/WebPasswordCredential.h
index 491e77f4f57ac0fe6802d3236942079233eeee26..efea87bb76d4726530102e424f5aee4e75e29862 100644
--- a/public/platform/WebPasswordCredential.h
+++ b/public/platform/WebPasswordCredential.h
@@ -14,7 +14,7 @@ namespace blink {
class WebPasswordCredential : public WebCredential {
public:
- BLINK_PLATFORM_EXPORT WebPasswordCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& avatarURL);
+ BLINK_PLATFORM_EXPORT WebPasswordCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& iconURL);
BLINK_PLATFORM_EXPORT void assign(const WebPasswordCredential&);
« public/platform/WebCredential.h ('K') | « public/platform/WebFederatedCredential.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698