Commit 349c04b5 authored by michaelpg's avatar michaelpg Committed by Commit bot

Fixes for cr-settings-date-time-page

BUG=485381

Review URL: https://codereview.chromium.org/1135733005

Cr-Commit-Position: refs/heads/master@{#329560}
parent b72c6724
<link rel="import" href="chrome://md-settings/checkbox/checkbox.html"> <link rel="import" href="chrome://md-settings/checkbox/checkbox.html">
<link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> <link rel="import" href="chrome://resources/polymer/v0_8/polymer/polymer.html">
<link rel="import" href="chrome://resources/polymer/v0_8/iron-flex-layout/classes/iron-flex-layout.html"> <link rel="import" href="chrome://resources/polymer/v0_8/iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="chrome://resources/polymer/v0_8/paper-material/paper-material.html"> <link rel="import" href="chrome://resources/polymer/v0_8/paper-material/paper-material.html">
......
...@@ -44,15 +44,17 @@ Polymer({ ...@@ -44,15 +44,17 @@ Polymer({
*/ */
subpage: { subpage: {
type: Boolean, type: Boolean,
value: false value: false,
} readOnly: true
},
/** /**
* ID of the page. * ID of the page.
*/ */
PAGE_ID: { PAGE_ID: {
type: String, type: String,
value: 'date-time' value: 'date-time',
readOnly: true
}, },
/** /**
...@@ -68,7 +70,8 @@ Polymer({ ...@@ -68,7 +70,8 @@ Polymer({
*/ */
icon: { icon: {
type: String, type: String,
value: 'device:access-time' value: 'device:access-time',
readOnly: true
}, },
}, },
}); });
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