| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| index 097f38c3e7afd22b5819134551f140c4cb94ae44..00f4e0c86095c25293892da8f86c655f04c9d26a 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| @@ -127,7 +127,7 @@
|
| </paper-input-container>
|
| <template is="dom-if" if="[[hasSearchText_]]">
|
| <paper-icon-button icon="cr:cancel" id="clearSearch"
|
| - title="[[clearLabel]]" on-tap="hideSearch_">
|
| + title="[[clearLabel]]" on-tap="clearSearch_">
|
| </paper-icon-button>
|
| </template>
|
| </template>
|
|
|