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

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

Issue 2165903003: MD History: Show sidebar next to content on wide screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history_fix_footer_link
Patch Set: dpapad@ review Created 4 years, 5 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 b119b9e05fcbd3ab382694598ffd2668fd70e94d..876b934abd01b658b5547124aa8b3bacb3ff4802 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js
@@ -19,6 +19,13 @@ Polymer({
// the search field will show a processing spinner.
spinnerActive: Boolean,
+ // Controls whether the menu button is shown at the start of the menu.
+ showMenu: {
+ type: Boolean,
+ reflectToAttribute: true,
+ value: true
+ },
+
/** @private */
narrow_: {
type: Boolean,

Powered by Google App Engine
This is Rietveld 408576698