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

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

Issue 1955613002: [MD History] Make side bar always visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdh_fuckit_refactor_it_all
Patch Set: address comments Created 4 years, 7 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: 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 9c579772e654567a69ec3d4f111920c1bb063c33..d81247e03078e6511e53714b53b8f13eb7632aa8 100644
--- a/chrome/browser/resources/md_history/history_toolbar.js
+++ b/chrome/browser/resources/md_history/history_toolbar.js
@@ -48,14 +48,6 @@ Polymer({
type: Boolean,
value: false
},
-
- // True if the page has a sidebar that we need to account for when
- // positioning toolbar items.
- hasSidebar: {
- type: Boolean,
- value: false,
- reflectToAttribute: true
- }
},
/**

Powered by Google App Engine
This is Rietveld 408576698