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

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

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.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.js b/chrome/browser/resources/chromeos/login/oobe_dialog.js
index 7dc9d22bc7524ef86de1a794bf04a9dc0516a9e5..41abb1d7e37d4d411688354f4e66bb461be50b88 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.js
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog.js
@@ -14,6 +14,22 @@ Polymer({
value: false,
},
+ /**
+ * Hide the box shadow on the top of oobe-bottom
+ */
+ hideShadow: {
+ type: Boolean,
+ value: false,
+ },
+
+ /**
+ * Control visibility of the footer container.
+ */
+ noFooter: {
+ type: Boolean,
+ value: false,
+ },
+
/**
* Switches styles to "Welcome screen".
*/

Powered by Google App Engine
This is Rietveld 408576698