|
Cleanup unreachable cert adding code
The ability to use Chrome to import certs directly into the OS was
removed in M49. This cleans up the related code, which is now
unreachable.
Most notably, this removes OnCertAdded/OnCertRemoved from the
CertDatabase, which were intended to relate to direct user additions
of certs, and instead folds the notifications (which only exist
for ChromeOS/Linux when using chrome://certificates) into a generic
OnCertDBChanged, which better reflects the cross-platform knowledge
we have available.
BUG= 514767
Committed: https://crrev.com/1778469523cb7726e71898f2bd1362ff49eb973d
Cr-Commit-Position: refs/heads/master@{#424638}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+74 lines, -854 lines) |
Patch |
|
M |
android_webview/browser/aw_content_browser_client.h
|
View
|
1
2
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+12 lines, -16 lines |
0 comments
|
Download
|
|
D |
chrome/browser/ssl/ssl_add_certificate.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
|
D |
chrome/browser/ssl/ssl_add_certificate.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -206 lines |
0 comments
|
Download
|
|
D |
chrome/browser/ssl/ssl_add_certificate_android.cc
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
|
M |
chromeos/cert_loader.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
chromeos/cert_loader.cc
|
View
|
|
1 chunk |
+2 lines, -14 lines |
0 comments
|
Download
|
|
M |
chromeos/cert_loader_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/infobars/core/infobar_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
net/android/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java
|
View
|
1
2
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
|
M |
net/android/network_library.h
|
View
|
1
2
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
net/android/network_library.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
net/base/mime_util.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
|
M |
net/cert/caching_cert_verifier.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/cert/caching_cert_verifier.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/cert/cert_database.h
|
View
|
|
3 chunks |
+6 lines, -23 lines |
0 comments
|
Download
|
|
M |
net/cert/cert_database.cc
|
View
|
|
1 chunk |
+2 lines, -13 lines |
0 comments
|
Download
|
|
M |
net/cert/cert_database_android.cc
|
View
|
|
1 chunk |
+4 lines, -24 lines |
0 comments
|
Download
|
|
M |
net/cert/cert_database_ios.cc
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
net/cert/cert_database_mac.cc
|
View
|
|
2 chunks |
+1 line, -42 lines |
0 comments
|
Download
|
|
M |
net/cert/cert_database_nss.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -49 lines |
0 comments
|
Download
|
|
M |
net/cert/cert_database_openssl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -41 lines |
0 comments
|
Download
|
|
M |
net/cert/cert_database_win.cc
|
View
|
|
2 chunks |
+0 lines, -43 lines |
0 comments
|
Download
|
|
M |
net/cert/nss_cert_database.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
|
M |
net/cert/nss_cert_database.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+21 lines, -30 lines |
0 comments
|
Download
|
|
M |
net/cert/nss_cert_database_chromeos_unittest.cc
|
View
|
|
4 chunks |
+2 lines, -11 lines |
0 comments
|
Download
|
|
M |
net/quic/chromium/quic_stream_factory.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
net/quic/chromium/quic_stream_factory.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
net/quic/chromium/quic_stream_factory_test.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -54 lines |
0 comments
|
Download
|
|
M |
net/socket/client_socket_factory.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -8 lines |
0 comments
|
Download
|
|
M |
net/socket/client_socket_pool_manager_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
net/socket/client_socket_pool_manager_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -16 lines |
0 comments
|
Download
|
|
M |
net/spdy/spdy_session_pool.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
net/spdy/spdy_session_pool.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -9 lines |
0 comments
|
Download
|
|
M |
net/ssl/ssl_client_auth_cache.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/ssl/ssl_client_auth_cache.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/ssl/ssl_client_auth_cache_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 47 (38 generated)
|