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

Unified Diff: Source/modules/credentialmanager/Credential.h

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/modules/credentialmanager/Credential.h
diff --git a/Source/modules/credentialmanager/Credential.h b/Source/modules/credentialmanager/Credential.h
index f17bc169f0a225940735c25586734fa9e25c2405..7fdacc7688432c385a5668cbce983736320b56ec 100644
--- a/Source/modules/credentialmanager/Credential.h
+++ b/Source/modules/credentialmanager/Credential.h
@@ -24,6 +24,7 @@ public:
const String& id() const { return m_platformCredential->id(); }
const String& name() const { return m_platformCredential->name(); }
const KURL& avatarURL() const { return m_platformCredential->avatarURL(); }
+ const String& type() const { return m_platformCredential->type(); }
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/credentialmanager/Credential.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698