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 83e6536d4d6f4cc7ba9ad21693165900e21ba446..b119b9e05fcbd3ab382694598ffd2668fd70e94d 100644 |
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js |
@@ -35,5 +35,10 @@ Polymer({ |
/** @return {!CrToolbarSearchFieldElement} */ |
getSearchField: function() { |
return this.$.search; |
+ }, |
+ |
+ /** @private */ |
+ onMenuTap_: function(e) { |
+ this.fire('cr-menu-tap'); |
} |
}); |