Back to Chromium

Profile Internals App

chrome/browser/resources/profile_internals/profile_internals_app.html

149.0.7827.21.3 KB
Original Source

Profiles

${this.profilesList_.map((item, index) => html` ${item.profileState.localProfileName}

| Profile Path | ${item.profileState.profilePath} | | Local Profile Name | ${item.profileState.localProfileName} | | Signin State | ${item.profileState.signinState} | | Signin Required | ${item.profileState.signinRequired} | | Gaia Name | ${item.profileState.gaiaName} | | Gaia Id | ${item.profileState.gaiaId} | | User Name | ${item.profileState.userName} | | Hosted Domain | ${item.profileState.hostedDomain} | | Supervised | ${item.profileState.isSupervised} | | Omitted | ${item.profileState.isOmitted} | | Ephemeral | ${item.profileState.isEphemeral} | | User Accepted Account Management | ${item.profileState.userAcceptedAccountManagement} | | KeepAlives |

${item.profileState.keepAlives.map(item => html| ${item.origin} | ${item.count} | )} | | Loaded in Memory | ${item.profileState.isLoaded} | | Has Incognito Profile | ${item.profileState.hasOffTheRecord} | | Country Info |

Profile | Keywords DB (initial) | Keywords DB (updated) | Variations (client-scoped) | OS/Locale (client-scoped) || ${item.profileState.profileCountry} | ${item.profileState.localeCountry} | ${item.profileState.variationsCountry} | ${item.profileState.initialKeywordsDbCountry} | ${item.profileState.updatedKeywordsDbCountry} |

|

`)}