Skip to content
Snippets Groups Projects
Commit 0641c40b authored by Daniel Kim's avatar Daniel Kim Committed by Android (Google) Code Review
Browse files

Merge "Add metric logging for webview for V" into main

parents 6af54b6d 6e112735
No related branches found
No related tags found
No related merge requests found
......@@ -572,6 +572,12 @@ class CredentialAutofillService : AutofillService() {
sessionId: Int
) {
viewNode.autofillId?.let {
val domain = viewNode.webDomain
val request = viewNode.credentialManagerRequest
if (domain != null && request != null) {
responseClientState.putBoolean(
WEBVIEW_REQUESTED_CREDENTIAL_KEY, true)
}
cmRequests.addAll(getCredentialOptionsFromViewNode(viewNode, it, responseClientState,
traversedViewNodes, credentialOptionsFromHints, sessionId))
traversedViewNodes.add(it)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment