| Index: chrome/browser/resources/history/history.html
|
| diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
|
| index 2f3cac4b4bcb2264a4c4b96f5e56e6be8cfc83a7..807f4579acf42a1d2066d4cf0e080a6a3f837a0b 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">
|
|
|