| Index: ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js b/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js
|
| index 26767343df7994aadeccb678386a087a2ec4c912..5a8b56bf073d69de18f0443f3bf17c31bc75d65f 100644
|
| --- a/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js
|
| +++ b/ui/webui/resources/cr_elements/cr_drawer/cr_drawer.js
|
| @@ -7,6 +7,8 @@ Polymer({
|
| extends: 'dialog',
|
|
|
| properties: {
|
| + title: String,
|
| +
|
| /** Enables notifications for |Dialog.open|. */
|
| open: {
|
| type: Boolean,
|
|
|