[WebView][DAL] Rename RestrictThirdPartyContent -> RestrictSensitiveContent

Low-Coverage-Reason: Rename only, no logic changed.
Bug: 1376958
Change-Id: Idbdeeb5bceb6f258cb44184919fd9f643d534813
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4166932
Commit-Queue: Susanne Westphal <swestphal@chromium.org>
Reviewed-by: Rayan Kanso <rayankans@chromium.org>
Reviewed-by: Peter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1096152}
NOKEYCHECK=True
GitOrigin-RevId: 13176dc20041102be654e015640a998b061e610f
1 file changed
tree: eccb5f0eb8b806ad2470e5cb912e41a6aeb9f179
  1. java/
  2. BUILD.gn
  3. README.md
README.md

//android_webview/glue/

This folder contains a shim layer between the public frameworks APIs (android.webkit.*) and WebView's implementation, and allows them to (mostly) not directly depend on each other.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also