| Index: chrome/browser/resources/history/history.html
|
| diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
|
| index fab602f7585b448fac7ae36e6aff2eea1f0d019e..a4a0f13be579ab0949905a870df44e5819968d07 100644
|
| --- a/chrome/browser/resources/history/history.html
|
| +++ b/chrome/browser/resources/history/history.html
|
| @@ -48,6 +48,10 @@
|
| </header>
|
|
|
| <div id="filter-controls" hidden>
|
| + <button id="range-today" i18n-content="rangetoday" disabled>
|
| + </button>
|
| + <button id="range-previous" disabled>◀</button>
|
| + <button id="range-next" disabled>▶</button>
|
| <div id="display-filter-controls">
|
| <label>
|
| <input type="checkbox" id="display-filter-sites" name="display-filter">
|
|
|