| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.js b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.js
|
| index e85c23fd29c6c92a91da6fcf98293560cdbe4d13..7be04fa2fc6ab52e27f19ce2159eeacab1657bd9 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.js
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.js
|
| @@ -100,8 +100,8 @@ Polymer({
|
| * @param {Event} e
|
| * @private
|
| */
|
| - hideSearch_: function(e) {
|
| - this.showingSearch = false;
|
| - e.stopPropagation();
|
| + clearSearch_: function(e) {
|
| + this.setValue('');
|
| + this.getSearchInput().focus();
|
| }
|
| });
|
|
|