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

Unified Diff: components/password_manager/content/common/credential_manager.typemap

Issue 2864493003: Deprecate CredentialRequestOptions.unmediated in favor mediation enum (Closed)
Patch Set: Rebase 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: components/password_manager/content/common/credential_manager.typemap
diff --git a/components/password_manager/content/common/credential_manager.typemap b/components/password_manager/content/common/credential_manager.typemap
index 180b08170aa6fb0832d7d3d274bc0e7f66205302..571ba267ca3da1d2f7e22afd1d9437ed82d43b2c 100644
--- a/components/password_manager/content/common/credential_manager.typemap
+++ b/components/password_manager/content/common/credential_manager.typemap
@@ -16,5 +16,6 @@ deps = [
type_mappings = [
"password_manager.mojom.CredentialType=password_manager::CredentialType",
+ "password_manager.mojom.CredentialMediationRequirement=password_manager::CredentialMediationRequirement",
"password_manager.mojom.CredentialInfo=password_manager::CredentialInfo",
]

Powered by Google App Engine
This is Rietveld 408576698