Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4275)

Unified Diff: chrome/browser/resources/chromeos/login/oobe_dialog.html

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Create OOBE screen for Voice Interaction value proposition Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/oobe_dialog.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.html b/chrome/browser/resources/chromeos/login/oobe_dialog.html
index 7127a263a830bead21c852789ce6bf51dce63554..beb98fcb5b8ed8d2b31a3dc32147ab3a10c157c9 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.html
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog.html
@@ -57,11 +57,13 @@
<content select=".header"></content>
</div>
</div>
- <div id="footer-container" class="flex layout vertical">
+ <div id="footer-container" noFooter$="[[noFooter]]"
+ class="flex layout vertical">
<content select=".footer"></content>
</div>
<template is="dom-if" if="[[hasButtons]]">
- <div id="oobe-bottom" class="layout horizontal center">
+ <div id="oobe-bottom" hideShadow$="[[hideShadow]]"
+ class="layout horizontal center">
<content select=".bottom-buttons"></content>
</div>
</template>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_dialog.css ('k') | chrome/browser/resources/chromeos/login/oobe_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698