| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
|
| index b24cb6ba857b8ed2504e511765cd7c45f8c5ce3a..3a1cfd82611a4f1c22a6b2aa85edc973cb9bdf93 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
|
| @@ -25,8 +25,7 @@ Polymer({
|
| // Controls whether the menu button is shown at the start of the menu.
|
| showMenu: {
|
| type: Boolean,
|
| - reflectToAttribute: true,
|
| - value: true
|
| + value: false
|
| },
|
|
|
| /** @private */
|
|
|