Skip to content

Commit

Permalink
fixup! [Android] Desktop windowing code moved from //chrome to //comp…
Browse files Browse the repository at this point in the history
…onents

Chromium change:
https://source.chromium.org/chromium/chromium/src/+/a9b7e98a8269f90af6a0f7eb1795b9b96c32b90b

[DW] Move desktop windowing code from //chrome to //components

Move DesktopWindowStateProvider and AppHeaderState out of //chrome for
access by UI components, for eg. the bottom sheet.

Bug: 370117828
  • Loading branch information
samartnik committed Oct 4, 2024
1 parent 88c0b35 commit 2352200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@
import org.chromium.chrome.browser.toolbar.top.ToolbarTablet.OfflineDownloader;
import org.chromium.chrome.browser.ui.appmenu.AppMenuBlocker;
import org.chromium.chrome.browser.ui.appmenu.AppMenuDelegate;
import org.chromium.chrome.browser.ui.desktop_windowing.DesktopWindowStateProvider;
import org.chromium.chrome.browser.ui.messages.snackbar.SnackbarManager;
import org.chromium.chrome.browser.ui.native_page.NativePageHost;
import org.chromium.chrome.browser.ui.system.StatusBarColorController;
import org.chromium.chrome.browser.ui.system.StatusBarColorController.StatusBarColorProvider;
import org.chromium.chrome.browser.user_education.UserEducationHelper;
import org.chromium.components.browser_ui.bottomsheet.BottomSheetController;
import org.chromium.components.browser_ui.desktop_windowing.DesktopWindowStateProvider;
import org.chromium.components.browser_ui.site_settings.ContentSettingException;
import org.chromium.components.browser_ui.site_settings.PermissionInfo;
import org.chromium.components.browser_ui.site_settings.SiteSettingsCategory;
Expand Down

0 comments on commit 2352200

Please sign in to comment.