86c01ed2cacfbe1ac62673593d882628fb76a7d7

This removes content/'s and android_webview/'s dependencies on AwURLRequestContextGetter. This removes ContentBrowserClient::NeedURLRequestContext() since the API only existed so WebView could continue to rely on AwURLRequestContextGetter. After removing this (and the chrome/ override), content layer no longer requests the URLRequestContext{Getter} from the embedder. This removes android_webview/'s dependency on AwURLRequestContextGetter and nulls it out. This also cleans up some code in AwURLRequestContextGetter (as that class is now only used when the Network Service is disabled). This adds TODOs in dependent code to implement the Network Service path (this code was already non-functional). This also updates Chrome for Android code (specifically, content_suggestions_service_factory) to stop calling GetURLRequestContext (since we previously didn't DCHECK for Android OS). Bug: 936735, 902658 Test: run_webview_instrumentation_test_apk \ Test: --enable-features=NetworkService,NetworkServiceInProcess Change-Id: I5e3276d98c9b8b86aaa8bbfaa52a60a52aa42e40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1516476 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by: Patrick Noland <pnoland@chromium.org> Reviewed-by: Changwan Ryu <changwan@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#641765}
…
Chromium
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Languages
C++
74.4%
Java
8.2%
Objective-C++
4.6%
TypeScript
4%
Python
2.5%
Other
6.1%