| Commit-Queue | +1 |
// Subscribe to changes in state of glic FRE dialog and glic window.
glic::GlicKeyedService* const service = glic::GlicKeyedService::Get(profile_);
glic_window_activation_subscription_ =
service->window_controller().AddWindowActivationChangedCallback(
base::BindRepeating(&GlicButton::PanelStateChanged,
base::Unretained(this)));This is taken care of by GlicButtonController's AddGlobalShowHideCallback subscription
fre_subscription_ = service->fre_controller().AddWebUiStateChangedCallback(
base::BindRepeating(&GlicButton::OnFreWebUiStateChanged,
base::Unretained(this)));Moved to GlicButtonController
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |