Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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)