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

Unified Diff: Source/platform/credentialmanager/PlatformCredential.cpp

Issue 1157403004: Credential Management: Add 'Credential::type' attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@rename-federated
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
Index: Source/platform/credentialmanager/PlatformCredential.cpp
diff --git a/Source/platform/credentialmanager/PlatformCredential.cpp b/Source/platform/credentialmanager/PlatformCredential.cpp
index 1b8a359534c109e82939b4ec4f5ec12d99e263de..f77916b43e6c9576ab66718135a003dc3166556f 100644
--- a/Source/platform/credentialmanager/PlatformCredential.cpp
+++ b/Source/platform/credentialmanager/PlatformCredential.cpp
@@ -16,6 +16,7 @@ PlatformCredential::PlatformCredential(const String& id, const String& name, con
: m_id(id)
, m_name(name)
, m_avatarURL(avatarURL)
+ , m_type("credential")
{
}

Powered by Google App Engine
This is Rietveld 408576698