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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.h

Issue 1880393002: CREDENTIAL: Implement 'SiteBoundCredential'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. Created 4 years, 8 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: third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.h
diff --git a/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.h b/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.h
index 403000aeb846acf57f026477b6e5bd1dc492bf33..63c99fd9c3c4836a44e821c6e53154a34ebe5982 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.h
+++ b/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.h
@@ -8,7 +8,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "bindings/core/v8/SerializedScriptValue.h"
#include "modules/ModulesExport.h"
-#include "modules/credentialmanager/Credential.h"
+#include "modules/credentialmanager/SiteBoundCredential.h"
#include "platform/heap/Handle.h"
#include "platform/weborigin/KURL.h"
@@ -17,7 +17,7 @@ namespace blink {
class FederatedCredentialData;
class WebFederatedCredential;
-class MODULES_EXPORT FederatedCredential final : public Credential {
+class MODULES_EXPORT FederatedCredential final : public SiteBoundCredential {
DEFINE_WRAPPERTYPEINFO();
public:
static FederatedCredential* create(const FederatedCredentialData&, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698