| 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*);
|
|
|