AboutSupportDeveloper GuideVersion 41.129.83.2
interface SystemProcessInfo {
    apps: AppProcessInfo[];
    browserProcess: NonAppProcessDetails;
    nonApps: NonAppProcessDetails[];
}

Properties

browserProcess: NonAppProcessDetails