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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2832813002: Drop SiteBoundCredential in favor of CredentialUserData (Closed)
Patch Set: Created 3 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/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index c68f3ecc4108b27ffcc6f90bde75d5fa53f08bbb..2b254c68d9fe06ada958e476fec031bb542299da 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -73,10 +73,10 @@ modules_idl_files =
"compositorworker/CompositorWorker.idl",
"compositorworker/CompositorWorkerGlobalScope.idl",
"credentialmanager/Credential.idl",
+ "credentialmanager/CredentialUserData.idl",
"credentialmanager/CredentialsContainer.idl",
"credentialmanager/FederatedCredential.idl",
"credentialmanager/PasswordCredential.idl",
- "credentialmanager/SiteBoundCredential.idl",
"crypto/Crypto.idl",
"crypto/CryptoKey.idl",
"crypto/SubtleCrypto.idl",

Powered by Google App Engine
This is Rietveld 408576698