Index: chrome/browser/resources/md_history/app.js |
diff --git a/chrome/browser/resources/md_history/app.js b/chrome/browser/resources/md_history/app.js |
index c0dbb18a500611cfc0f8a7e112cfe6348a483d02..99a4c73254b85f1f8e6be2d915db51c08a5375da 100644 |
--- a/chrome/browser/resources/md_history/app.js |
+++ b/chrome/browser/resources/md_history/app.js |
@@ -50,7 +50,6 @@ Polymer({ |
queryingDisabled: false, |
_range: HistoryRange.ALL_TIME, |
searchTerm: '', |
- // TODO(calamity): Make history toolbar buttons change the offset |
groupedOffset: 0, |
set range(val) { this._range = Number(val); }, |