| Code-Review | +1 |
_containerViewController.browserLayoutState =Should this coordinator update the container's `browserLayoutState` when the active browser changes? (in case incognito browser has a different toolbar position compared to regular)
- (void)layoutState:(SceneLayoutState*)layoutStatenit: Since the class is now `SceneLayoutState`, consider renaming these to `sceneLayoutState:...` (to be also consistent with `BrowserLayoutStateObserver`).
// LegacyToolbarMediator). Update the SceneLayoutState to keep it in sync.Nit: This comment mentions `SceneLayoutState`, but the code below now updates the `BrowserLayoutState`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
Should this coordinator update the container's `browserLayoutState` when the active browser changes? (in case incognito browser has a different toolbar position compared to regular)
Done
- (void)layoutState:(SceneLayoutState*)layoutStatenit: Since the class is now `SceneLayoutState`, consider renaming these to `sceneLayoutState:...` (to be also consistent with `BrowserLayoutStateObserver`).
This CL is already big, I will do it in a future CL.
// LegacyToolbarMediator). Update the SceneLayoutState to keep it in sync.Nit: This comment mentions `SceneLayoutState`, but the code below now updates the `BrowserLayoutState`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |