Commit 43c4848b authored by Roman Aleksandrov's avatar Roman Aleksandrov Committed by Chromium LUCI CQ

oobe-adaptive-dialog: remove layer of divs in proxy object.

Bug: 1151292
Change-Id: I318dcff8ec10a721844856ff089e59ef68f8a09b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601484Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Aleksandrov <raleksandrov@google.com>
Cr-Commit-Position: refs/heads/master@{#841987}
parent 8a7d7d08
...@@ -21,27 +21,13 @@ ...@@ -21,27 +21,13 @@
no-lazy$="[[noLazy]]" no-header$="[[noHeader]]" no-lazy$="[[noLazy]]" no-header$="[[noHeader]]"
no-footer-padding$="[[noFooterPadding]]" no-footer-padding$="[[noFooterPadding]]"
footer-shrinkable$="[[footerShrinkable]]"> footer-shrinkable$="[[footerShrinkable]]">
<div slot="oobe-icon"> <slot slot="oobe-icon" name="icon"></slot>
<slot name="icon"></slot> <slot slot="title" name="title"></slot>
</div> <slot slot="subtitle" name="subtitle"></slot>
<div slot="title"> <slot slot="progress" name="progress"></slot>
<slot name="title"></slot> <slot slot="footer" name="content"></slot>
</div> <slot slot="back-navigation" name="back-navigation"></slot>
<div slot="progress"> <slot slot="bottom-buttons" name="bottom-buttons"></slot>
<slot name="progress"></slot>
</div>
<div slot="subtitle">
<slot name="subtitle"></slot>
</div>
<div slot="footer">
<slot name="content"></slot>
</div>
<div slot="back-navigation">
<slot name="back-navigation"></slot>
</div>
<div slot="bottom-buttons">
<slot name="bottom-buttons"></slot>
</div>
</oobe-dialog> </oobe-dialog>
</template> </template>
<script src="oobe_adaptive_dialog.js"></script> <script src="oobe_adaptive_dialog.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment