|
Add a WebContents getter callback in ResourceRequestInfo
This CL adds a method to ResourceRequestInfo that returns a callback that can
be used on the UI thread to get the WebContents associated with the request.It
is used in the SSLErrorHandler code, instead of using a RenderProcessHost ID
and a RenderFrameHost ID directly .This allows SSL error interstitials to work
with PlzNavigate enabled.
BUG = 504347
Committed: https://crrev.com/0d32d6d30fec43e2ad159193c65ace6636537b23
Cr-Commit-Position: refs/heads/master@{#361314}
Total comments: 23
Total comments: 4
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+134 lines, -98 lines) |
Patch |
 |
M |
android_webview/browser/aw_content_browser_client.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
|
4 chunks |
+6 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.cc
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_request_info_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_request_info_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/websocket_host.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_cert_error_handler.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_cert_error_handler.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_error_handler.h
|
View
|
1
2
3
4
|
5 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_error_handler.cc
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_manager.h
|
View
|
1
2
3
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_manager.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+18 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_policy.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 26 (7 generated)
|