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

Unified Diff: public/platform/WebLocalCredential.h

Issue 1162443006: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add-type
Patch Set: Test. Created 5 years, 7 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 | « public/platform/WebCredential.h ('k') | public/platform/WebPasswordCredential.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « public/platform/WebCredential.h ('k') | public/platform/WebPasswordCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698