Commit f02fbc1c authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

Code inclusion: unhide setSafeBrowsingWhitelist

No change to logic. This unhides the setSafeBrowsingWhitelist boundary
interface for the WebView AndroidX library.

Bug: b/161949076
Test: Run AndroidX tests against local build
Change-Id: I5cd39b09accce6819b8cd4f3f49a3416de40afd2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354994Reviewed-by: default avatarLaís Minchillo <laisminchillo@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800183}
parent 449b0c9c
......@@ -44,7 +44,7 @@ class SupportLibWebViewChromiumFactory implements WebViewProviderFactoryBoundary
Features.SAFE_BROWSING_ENABLE,
Features.DISABLED_ACTION_MODE_MENU_ITEMS,
Features.START_SAFE_BROWSING,
Features.SAFE_BROWSING_ALLOWLIST + Features.DEV_SUFFIX,
Features.SAFE_BROWSING_ALLOWLIST,
Features.SAFE_BROWSING_WHITELIST,
Features.SAFE_BROWSING_PRIVACY_POLICY_URL,
Features.SERVICE_WORKER_BASIC_USAGE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment