: browser_context_(browser_context) {The browser context is needed to open up glic as shown in the demo here: https://chromium-review.googlesource.com/c/chromium/src/+/7397669/5/chrome/browser/ui/webui/skills/skills_page_handler.cc
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
: browser_context_(browser_context) {browser_context_ is used for toggling the glic side panel. Abe and I discussed earlier and decided to create a chrome side skills service to include chrome UI related methods. please bring this up in tomorrow's eng sync. for now, it'd be fine to add the skillToInvoke field and update method.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void RunSkill(const std::string& id) override;nit: string_view?
SkillsServiceImpl(version_info::Channel channel,Please add a comment that `browser_context must not be null and outlive this object`. Also is this needed now, could it be added later once used?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void RunSkill(const std::string& id) override;Howard Changnit: string_view?
Acknowledged
SkillsServiceImpl(version_info::Channel channel,Please add a comment that `browser_context must not be null and outlive this object`. Also is this needed now, could it be added later once used?
Acknowledged
: browser_context_(browser_context) {browser_context_ is used for toggling the glic side panel. Abe and I discussed earlier and decided to create a chrome side skills service to include chrome UI related methods. please bring this up in tomorrow's eng sync. for now, it'd be fine to add the skillToInvoke field and update method.
I will abandon this cl for now. As we discussed offline, this logic should be put inside ChromeSkillsService not in the skillsService.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |