| Index: public/platform/WebLocalCredential.h
|
| diff --git a/public/platform/WebLocalCredential.h b/public/platform/WebLocalCredential.h
|
| index 7f4494c8a4dad2675d6fd3f76cadcb6929c0151d..6c4de0e07f1cfb55dcf552a1a973abcd3d4d0646 100644
|
| --- a/public/platform/WebLocalCredential.h
|
| +++ b/public/platform/WebLocalCredential.h
|
| @@ -12,11 +12,11 @@
|
|
|
| namespace blink {
|
|
|
| +// TODO(mkwst): Throw this away once it's unused on the Chromium side: https://crbug.com/494880
|
| class WebLocalCredential : public WebCredential {
|
| public:
|
| BLINK_PLATFORM_EXPORT WebLocalCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& avatarURL);
|
|
|
| - // FIXME: Throw this away once it's unused on the Chromium side.
|
| BLINK_PLATFORM_EXPORT WebLocalCredential(const WebString& id, const WebString& name, const WebURL& avatarURL, const WebString& password);
|
|
|
| BLINK_PLATFORM_EXPORT void assign(const WebLocalCredential&);
|
|
|