|
Remove URLRequest::IsHandledProtocol and IsHandledURL
These methods are being removed as part of a refactor, with the eventual
goal of deleting the URLRequestJobManager and handling http/https and
ws/wss in the same way as other protocols.
The call to URLRequest::IsHandledURL in
ChildProcessSecurityPolicyImpl::CanRequestURL was replaced by adding to
the hardcoded lists in the various ContentBrowserClient::IsHandledURL
overrides. This behavior change on the ContentBrowserClient side should
be safe because those methods have no other callers.
BUG= 488166
Total comments: 4
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+76 lines, -77 lines) |
Patch |
 |
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/net/aw_url_request_job_factory.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/browser/autocomplete_provider_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/browser/keyword_provider_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/omnibox/browser/test_scheme_classifier.cc
|
View
|
|
1 chunk |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/child_process_security_policy_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_content_browser_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/chrome_url_util.mm
|
View
|
|
1 chunk |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job_factory_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 20 (4 generated)
|