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

Unified Diff: Source/platform/credentialmanager/PlatformCredential.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 | « Source/platform/blink_platform.gypi ('k') | Source/platform/credentialmanager/PlatformLocalCredential.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/credentialmanager/PlatformCredential.h
diff --git a/Source/platform/credentialmanager/PlatformCredential.h b/Source/platform/credentialmanager/PlatformCredential.h
index 45abe4c284e0388d8b406d091f955ee22ba1d3c2..c39a026188f0f9f195e41fb3a7c500fa354bf72b 100644
--- a/Source/platform/credentialmanager/PlatformCredential.h
+++ b/Source/platform/credentialmanager/PlatformCredential.h
@@ -22,7 +22,7 @@ public:
const KURL& avatarURL() const { return m_avatarURL; }
const String& type() const { return m_type; }
- virtual bool isLocal() { return false; }
+ virtual bool isPassword() { return false; }
virtual bool isFederated() { return false; }
DEFINE_INLINE_VIRTUAL_TRACE() { }
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/credentialmanager/PlatformLocalCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698