|
Remove SSLClientAuthHandler's RDH dependency.
Instead, give it a callback to select the client certificate. This removes a
dependency on GlobalRequestID. Also stop reference-counting it and avoid
passing an HttpNetworkSession to the UI thread. (Use BrowserContext instead.)
BUG= 376003
Committed: https://crrev.com/99aee5eb0f6733566c60dfe356a1b7169477808f
Cr-Commit-Position: refs/heads/master@{#298782}
Total comments: 4
Total comments: 4
Total comments: 1
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+128 lines, -176 lines) |
Patch |
|
M |
android_webview/browser/aw_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ssl/ssl_client_auth_observer.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ssl/ssl_client_auth_observer.cc
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ssl/ssl_client_auth_requestor_mock.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ssl/ssl_client_auth_requestor_mock.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ssl/ssl_client_certificate_selector.h
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/android/ssl_client_certificate_request.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.mm
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa_browsertest.mm
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/ssl_client_certificate_selector.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/ssl_client_certificate_selector.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/loader/resource_dispatcher_host_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/loader/resource_dispatcher_host_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
content/browser/loader/resource_loader.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/loader/resource_loader.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
|
M |
content/browser/loader/resource_loader_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/ssl/ssl_client_auth_handler.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+18 lines, -40 lines |
0 comments
|
Download
|
|
M |
content/browser/ssl/ssl_client_auth_handler.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+51 lines, -60 lines |
0 comments
|
Download
|
|
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
content/public/browser/content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (3 generated)
|