| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.js b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.js
|
| index 832b81d820683559a28a09bdb32c9761be02d433..205b1a8cd2cd5a12faff5f7b4cdaead7a45d7c28 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.js
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_selection_overlay.js
|
| @@ -17,6 +17,8 @@ Polymer({
|
| cancelLabel: String,
|
|
|
| selectionLabel: String,
|
| +
|
| + deleteDisabled: Boolean,
|
| },
|
|
|
| /** @return {PaperButtonElement} */
|
|
|