|
Remove Android support for out-of-process KeyStores
Support for out-of-process KeyStores was added to Chrome for Android
builds to support certain OEM-specific functionality. It worked by binding
to a service that implemented the RemoteAndroidKeyStoreInterface, and
using that for private key operations, rather than the default in-process
KeyStore.
However, support for this functionality in Chrome is being retired;
device manufacturers wishing to offer this functionality to Chrome
users can simply fall back to the default KeyStore implementation.
As such, remove the code and service descriptors; only local,
in-process KeyStores will be supported.
BUG= 560614
Committed: https://crrev.com/e04b8f5353ab621c48b90bb46fee24fd0c0f4a29
Cr-Commit-Position: refs/heads/master@{#362649}
Total comments: 5
Total comments: 2
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+295 lines, -1001 lines) |
Patch |
 |
M |
android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java
|
View
|
1
2
3
|
3 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContentsClientBridge.java
|
View
|
1
2
|
7 chunks |
+12 lines, -21 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/ClientCertLookupTable.java
|
View
|
1
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents_client_bridge_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
android_webview/unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsClientBridge.java
|
View
|
1
2
3
|
3 chunks |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
|
View
|
|
3 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/KeyStoreSelectionDialog.java
|
View
|
1
|
1 chunk |
+0 lines, -87 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java
|
View
|
1
2
3
4
|
8 chunks |
+29 lines, -115 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/smartcard/EmptyPKCS11AuthenticationManager.java
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/smartcard/PKCS11AuthenticationManager.java
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/strings/android_chrome_strings.grd
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/test/android/unit_tests_apk/src/org/chromium/chrome/unit_tests_apk/ChromeNativeTestApplication.java
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/android/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
D |
net/android/android_private_key.h
|
View
|
1
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
D |
net/android/android_private_key.cc
|
View
|
1
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
net/android/java/src/org/chromium/net/AndroidKeyStore.java
|
View
|
1
2
3
4
|
6 chunks |
+228 lines, -15 lines |
0 comments
|
Download
|
 |
D |
net/android/java/src/org/chromium/net/AndroidPrivateKey.java
|
View
|
1
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java
|
View
|
1
|
1 chunk |
+0 lines, -279 lines |
0 comments
|
Download
|
 |
D |
net/android/java/src/org/chromium/net/IRemoteAndroidKeyStore.aidl
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreCallbacks.aidl
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
net/android/java/src/org/chromium/net/RemoteAndroidKeyStore.java
|
View
|
|
1 chunk |
+0 lines, -127 lines |
0 comments
|
Download
|
 |
M |
net/android/javatests/src/org/chromium/net/AndroidKeyStoreTestUtil.java
|
View
|
1
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/android/keystore.cc
|
View
|
1
|
7 chunks |
+9 lines, -28 lines |
0 comments
|
Download
|
 |
M |
net/android/keystore_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/android/net_jni_registrar.cc
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
net/net.gypi
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 27 (10 generated)
|