Sam McNally
2015/08/26 08:23:22
Is this called more than once?
If not, you can ma
Is this called more than once?
If not, you can make |info| a return value for GetSiteEngagementInfo:
GetSiteEngagementInfo() => (array<SiteEngagementInfo> info);
The JS binding for that pattern is a function that returns a promise to a
dictionary containing an |info| field (mojo supports multiple return values,
unlike JS promises).
calamity
2015/09/08 07:30:06
It most likely will be at some point. We would wan
On 2015/08/26 08:23:22, Sam McNally wrote:
> Is this called more than once?
>
> If not, you can make |info| a return value for GetSiteEngagementInfo:
> GetSiteEngagementInfo() => (array<SiteEngagementInfo> info);
>
> The JS binding for that pattern is a function that returns a promise to a
> dictionary containing an |info| field (mojo supports multiple return values,
> unlike JS promises).
It most likely will be at some point. We would want the page to update when
someone presses a button, for example.
Issue 1316043003: Add chrome://site-engagement WebUI.
(Closed)
Created 5 years, 3 months ago by calamity
Modified 5 years, 3 months ago
Reviewers: Sam McNally, Dan Beam, raymes, sky
Base URL: https://chromium.googlesource.com/chromium/src.git@navigation_smarter
Comments: 66