| 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
|
| - }
|
| },
|
|
|
| /**
|
|
|