| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
Keren ptal
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
180 callsites for the original BWF accessor, these will beDo you mean BWI?
std::optional<NiceMock<MockSidePanelUI>> mock_side_panel_ui_;nit: can we remove `std::optional`? This object seems always avaiable.
```suggestion
NiceMock<MockSidePanelUI> mock_side_panel_ui_{unowned_user_data_host_};
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
180 callsites for the original BWF accessor, these will beThomas LukaszewiczDo you mean BWI?
In this case its BrowserWindowFeatures - there's a getter there that we can remove and have clients call `SidePanelUI::From()` instead.
std::optional<NiceMock<MockSidePanelUI>> mock_side_panel_ui_;nit: can we remove `std::optional`? This object seems always avaiable.
```suggestion
NiceMock<MockSidePanelUI> mock_side_panel_ui_{unowned_user_data_host_};
```
Good point - done.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
std::optional<MockSidePanelUI> side_panel_ui_;here as well.
std::optional<MockSidePanelUI> side_panel_ui_;here as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |