[Android] Extract manager opening logic to interface/impl

Chromium change:
https://chromium.googlesource.com/chromium/src/+/65edd13188a0eb01fa8e1140b7489a40ee517d52

[bookmarks] Extract manager opening logic to interface/impl

The implementation of this interface can't be modularized. Extracting
the BookmarkUtils methods to an interface/impl combo which can
be used by classes in the bookamrks module.

Bug: 395908100
This commit is contained in:
Artem Samoilenko
2025-03-18 20:02:15 -04:00
committed by Max Karolinskiy
parent 38ec31dd1f
commit c166457a82
8 changed files with 30 additions and 45 deletions
-1
View File
@@ -202,7 +202,6 @@
-keep class org.chromium.chrome.browser.bookmarks.BookmarkUtils {
*** addOrEditBookmark(...);
*** showBookmarkManagerOnPhone(...);
*** isSpecialFolder(...);
}