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

Unified Diff: public/platform/WebPasswordCredential.h

Issue 1153403004: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (3/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@rename-password
Patch Set: Oops. 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/WebLocalCredential.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPasswordCredential.h
diff --git a/public/platform/WebPasswordCredential.h b/public/platform/WebPasswordCredential.h
index 99cd840917c01c85ba2ae35871bdd240db2ea28c..491e77f4f57ac0fe6802d3236942079233eeee26 100644
--- a/public/platform/WebPasswordCredential.h
+++ b/public/platform/WebPasswordCredential.h
@@ -12,7 +12,6 @@
namespace blink {
-// TODO(mkwst): Throw this away once it's unused on the Chromium side: https://crbug.com/494880
class WebPasswordCredential : public WebCredential {
public:
BLINK_PLATFORM_EXPORT WebPasswordCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& avatarURL);
« no previous file with comments | « public/platform/WebLocalCredential.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698