[Android] Adjustments for PermissionDialog refactor

Chromium change:
https://source.chromium.org/chromium/chromium/src/+/0c87645005859ff0a36749197b597bdd95ef6aca

[Android][SA] Refactor PermissionDialog into MVC

This CL refactors the custom view of the permission dialog into a MVC
model.

Low-Coverage-Reason: HARD_TO_TEST the controller doesn't have preexisting tests
Fixed: b:307877363
Bug: 1478113
This commit is contained in:
Artem Samoilenko
2023-11-27 11:31:39 -05:00
committed by mkarolin
parent 9fb40e6973
commit a3a4602df6
4 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -384,7 +384,7 @@
*** getModel(...);
}
-keep class org.chromium.components.permissions.PermissionDialogModel {
-keep class org.chromium.components.permissions.PermissionDialogModelFactory {
*** getModel(...);
}