Use extension's toolbar button depressed for attribution
ltilve opened this issue · 4 comments
ltilve commented
As only one sidebar can be shown at once, it's enough for making explicit the extension responsible for it.
ltilve commented
Keeping the toolbar button depressed can be done by
view_delegate_->OnPopupShown(grant_tab_permissions);
However, it might be necessary to do some refactoring to be able to receive the notification when the sidebar is closed/hidden to release the depressed state.
ltilve commented