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

Unified Diff: chrome/browser/resources/md_history/history_toolbar.js

Issue 2355233002: Revert "MD History: promote menu button to show clear browsing data in narrow mode" (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.html ('k') | chrome/browser/ui/webui/md_history_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/history_toolbar.js
diff --git a/chrome/browser/resources/md_history/history_toolbar.js b/chrome/browser/resources/md_history/history_toolbar.js
index 488883af151e1edf47f67d7de2b8ce9bbaf0b895..23c71de7a3bb669a2ba80286ca119425d7803e99 100644
--- a/chrome/browser/resources/md_history/history_toolbar.js
+++ b/chrome/browser/resources/md_history/history_toolbar.js
@@ -63,15 +63,6 @@ Polymer({
// The end time of the query range.
queryEndTime: String,
-
- // Whether to show the menu promo (a tooltip that points at the menu button
- // in narrow mode).
- showMenuPromo_: {
- type: Boolean,
- value: function() {
- return loadTimeData.getBoolean('showMenuPromo');
- },
- },
},
/**
@@ -99,11 +90,6 @@ Polymer({
searchField.setValue(search);
},
- /** @private */
- onMenuPromoShown_: function() {
- md_history.BrowserService.getInstance().menuPromoShown();
- },
-
/**
* @param {!CustomEvent} event
* @private
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.html ('k') | chrome/browser/ui/webui/md_history_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698