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

Unified Diff: chrome/browser/resources/history/history.html

Issue 11886104: History: Add range navigation control for grouped visits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix minor bug Created 7 years, 11 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/history/history.html
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
index 55d97a2bdb37611f38c58331bc55a70d73310f76..731752272b0b292816ce861e1dd895f4fcd4a5be 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>
James Hawkins 2013/01/28 17:48:15 I'm not sure we should be embedding 'resources' li
Sergiu 2013/01/30 16:09:39 Putting an image here is pretty tricky as you need
+ <button id="range-next" disabled>▶</button>
<div id="display-filter-controls">
<label>
<input type="checkbox" id="display-filter-sites" name="display-filter">

Powered by Google App Engine
This is Rietveld 408576698