[cr149] Update Lit mangler snapshot

This commit is contained in:
Max Karolinskiy
2026-05-22 16:17:59 -04:00
parent 31bd278439
commit b6c404bf3c
@@ -573,7 +573,7 @@ exports[`mangled files should have up to date snapshots ./chromium_src/chrome/br
<div class="subtitle" .innerHTML="\${this.getSubtitle_()}"></div>
</div>
<div id="profilesWrapper" ?hidden="\${(this.shouldHideProfilesWrapper_())}">
@@ -24,40 +23,27 @@
@@ -24,31 +23,22 @@
@toggle-drag="\${this.onToggleDrag_}"
@disable-all-picker-buttons="\${this.onDisableAllPickerButtons_}">
</profile-card>
@@ -600,24 +600,14 @@ exports[`mangled files should have up to date snapshots ./chromium_src/chrome/br
</div>
</div>
<div class="footer">
<div class="footer-buttons-container">
- <cr-button id="browseAsGuestButton"
- @click="\${this.onLaunchGuestProfileClick_}"
- ?hidden="\${!this.guestModeEnabled_}"
- ?disabled="\${this.pickerButtonsDisabled_}">
+ <cr-button id="browseAsGuestButton" @click="\${this.onLaunchGuestProfileClick_}" ?hidden="\${!this.guestModeEnabled_}" ?disabled="\${this.pickerButtonsDisabled_}">
<cr-icon icon="profiles:account-box" slot="prefix-icon"></cr-icon>
$i18n{browseAsGuestButton}
</cr-button>
- <cr-button id="openAllProfilesButton"
- class="action-button"
- @click="\${this.onOpenAllProfilesClick_}"
- ?hidden="\${!this.shouldShowOpenAllProfilesButton_}"
- ?disabled="\${this.pickerButtonsDisabled_}">
+ <cr-button id="openAllProfilesButton" class="action-button" @click="\${this.onOpenAllProfilesClick_}" ?hidden="\${!this.shouldShowOpenAllProfilesButton_}" ?disabled="\${this.pickerButtonsDisabled_}">
$i18n{openAllProfilesButtonText}
</cr-button>
</div>
- <cr-button id="browseAsGuestButton"
- @click="\${this.onLaunchGuestProfileClick_}"
- ?hidden="\${!this.guestModeEnabled_}"
- ?disabled="\${this.pickerButtonsDisabled_}">
+ <cr-button id="browseAsGuestButton" @click="\${this.onLaunchGuestProfileClick_}" ?hidden="\${!this.guestModeEnabled_}" ?disabled="\${this.pickerButtonsDisabled_}">
<cr-icon icon="profiles:account-box" slot="prefix-icon"></cr-icon>
$i18n{browseAsGuestButton}
</cr-button>
"
`;