Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(786)

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js

Issue 2450663003: MD History: hide tooltip promo when drawer is swiped open (Closed)
Patch Set: settings title fix Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d69e634e6efad675b2df266494ae744f1951f205..502c4b7f1c60bdd070b72bb4de73702bde8e445d 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
@@ -35,7 +35,7 @@ Polymer({
// Whether to show menu promo tooltip.
showMenuPromo: {
type: Boolean,
- value: false,
+ notify: true,
calamity 2016/10/27 02:12:41 Is it necessary to remove the value: false here? C
},
closeMenuPromo: String,
@@ -70,7 +70,6 @@ Polymer({
/** @private */
onMenuTap_: function() {
this.fire('cr-menu-tap');
- this.onClosePromoTap_();
},
/** @private */

Powered by Google App Engine
This is Rietveld 408576698