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

Unified Diff: public/platform/WebCredential.h

Issue 1208193003: Remove the obsolete avatarURL method from the credential manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@rename1
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCredential.h
diff --git a/public/platform/WebCredential.h b/public/platform/WebCredential.h
index 0423681dcadb2f0e635679b601e1b4a4de46d101..23c709128009dc7c1652fc9e0fd184eaedc79cac 100644
--- a/public/platform/WebCredential.h
+++ b/public/platform/WebCredential.h
@@ -31,9 +31,8 @@ public:
BLINK_PLATFORM_EXPORT bool isPasswordCredential() const;
BLINK_PLATFORM_EXPORT bool isFederatedCredential() const;
- // TODO(mkwst, msramek): Drop this once Chromium is updated. https://crbug.com/494880
+ // TODO(mkwst): Drop this once Chromium is updated. https://crbug.com/494880
BLINK_PLATFORM_EXPORT bool isLocalCredential() const { return isPasswordCredential(); }
- BLINK_PLATFORM_EXPORT WebURL avatarURL() const { return iconURL(); }
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT static WebCredential create(PlatformCredential*);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698