| 395 | |
| 396 | |
| 397 | struct BrandButton : ui::ChoiceButton { |
| 398 | Browser* browser; |
| 399 | |
| 400 | void onAction(const ActionEvent& e) override; |
| 401 | void step() override; |
| 402 | }; |
| 403 | |
| 404 | |
| 405 | struct TagItem : ui::MenuItem { |
nothing calls this directly
no outgoing calls
no test coverage detected