[Android] New c-tor signature for TopToolbarCoordinator

This commit is contained in:
samartnik
2022-10-13 16:20:10 -04:00
committed by Emerick Rogul
parent 30806c260b
commit f44d4e26fe
2 changed files with 5 additions and 4 deletions
@@ -56,8 +56,8 @@ public class BraveTopToolbarCoordinator extends TopToolbarCoordinator {
ObservableSupplier<AppMenuButtonHelper> appMenuButtonHelperSupplier,
ObservableSupplier<TabModelSelector> tabModelSelectorSupplier,
ObservableSupplier<Boolean> homepageEnabledSupplier,
ObservableSupplier<Boolean> identityDiscStateSupplier,
Callback<Runnable> invalidatorCallback, Supplier<ButtonData> identityDiscButtonSupplier,
ButtonDataProvider identityDiscController, Callback<Runnable> invalidatorCallback,
Supplier<ButtonData> identityDiscButtonSupplier,
Supplier<ResourceManager> resourceManagerSupplier,
ObservableSupplier<Boolean> isProgressBarVisibleSupplier,
BooleanSupplier isIncognitoModeEnabledSupplier, boolean isGridTabSwitcherEnabled,
@@ -73,7 +73,7 @@ public class BraveTopToolbarCoordinator extends TopToolbarCoordinator {
layoutStateProviderSupplier, normalThemeColorProvider, overviewThemeColorProvider,
browsingModeMenuButtonCoordinator, overviewModeMenuButtonCoordinator,
appMenuButtonHelperSupplier, tabModelSelectorSupplier, homepageEnabledSupplier,
identityDiscStateSupplier, invalidatorCallback, identityDiscButtonSupplier,
identityDiscController, invalidatorCallback, identityDiscButtonSupplier,
resourceManagerSupplier, isProgressBarVisibleSupplier,
isIncognitoModeEnabledSupplier, isGridTabSwitcherEnabled, isTabletGtsPolishEnabled,
isTabToGtsAnimationEnabled, isStartSurfaceEnabled,