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

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

Issue 2867643004: Remove {LocallyStored,SiteBound}CredentialData (Closed)
Patch Set: Created 3 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: 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 9da44cf315683feac260b372c6cb489f84cbeaf5..3285ad7f886032e0a6ae503646e5b472713654a6 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.h
+++ b/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.h
@@ -14,14 +14,14 @@
namespace blink {
-class FederatedCredentialData;
+class FederatedCredentialInit;
class WebFederatedCredential;
class MODULES_EXPORT FederatedCredential final : public CredentialUserData {
DEFINE_WRAPPERTYPEINFO();
public:
- static FederatedCredential* Create(const FederatedCredentialData&,
+ static FederatedCredential* Create(const FederatedCredentialInit&,
ExceptionState&);
static FederatedCredential* Create(WebFederatedCredential*);

Powered by Google App Engine
This is Rietveld 408576698