[cr142][Android] New arg defaultPaneId at HubManagerImpl.ctor
Chromium change: https://source.chromium.org/chromium/chromium/src/+/ef2ff75c8014a6f0bd6cfb47e9d9345703d0befb Do not show Tab Switcher pane & Tab Group List pane in incognito window https://screenshot.googleplex.com/YtZRiBUncYLpv4q Bug: 435484717 Change-Id: I85ea28b3e61fe7a43829fce83d76c8756c3ecb01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6873162
This commit is contained in:
+4
-2
@@ -49,7 +49,8 @@ public class BraveHubManagerImpl extends HubManagerImpl {
|
||||
HubShowPaneHelper hubShowPaneHelper,
|
||||
ObservableSupplier<EdgeToEdgeController> edgeToEdgeSupplier,
|
||||
SearchActivityClient searchActivityClient,
|
||||
@Nullable ObservableSupplier<Boolean> xrSpaceModeObservableSupplier) {
|
||||
@Nullable ObservableSupplier<Boolean> xrSpaceModeObservableSupplier,
|
||||
@PaneId int defaultPaneId) {
|
||||
super(
|
||||
activity,
|
||||
profileProviderSupplier,
|
||||
@@ -62,7 +63,8 @@ public class BraveHubManagerImpl extends HubManagerImpl {
|
||||
hubShowPaneHelper,
|
||||
edgeToEdgeSupplier,
|
||||
searchActivityClient,
|
||||
xrSpaceModeObservableSupplier);
|
||||
xrSpaceModeObservableSupplier,
|
||||
defaultPaneId);
|
||||
|
||||
mIsTablet = DeviceFormFactor.isNonMultiDisplayContextOnTablet(activity);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user