[Android] Adopt ServiceLoaderUtil for CustomizationProviderDelegate

Chromium change:
https://source.chromium.org/chromium/chromium/src/+/2c57ce7d0331365cdf349f90451fb1379a5778ab

Adopt ServiceLoaderUtil for CustomizationProviderDelegate

Needs to wait for crrev.com/i/7702286 before landing.

Cq-Include-Trybots: luci.chrome.try:android-internal-binary-size
Bug: 40901855
This commit is contained in:
Artem Samoilenko
2024-10-24 12:14:30 +01:00
committed by Claudio DeSouza
parent e044958fbc
commit 8604da3db1
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -591,7 +591,7 @@
*** get(...);
}
-keep class org.chromium.chrome.browser.partnercustomizations.CustomizationProviderDelegateImpl {
-keep class org.chromium.chrome.browser.partnercustomizations.CustomizationProviderDelegateUpstreamImpl {
public <init>(...);
}