| 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 2926e2b8da0e863ef653c4429a811558c1dabf92..51603defca0243af2c0bdc3ce25ad7bbb9c6f152 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
|
| @@ -47,7 +47,8 @@ Polymer({
|
| },
|
|
|
| listeners: {
|
| - 'tap': 'showSearch_',
|
| + // Deliberately uses 'click' instead of 'tap' to fix crbug.com/624356.
|
| + 'click': 'showSearch_',
|
| },
|
|
|
| /** @return {!HTMLInputElement} */
|
|
|