Index: chrome/browser/resources/history/history.html |
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html |
index 9d930c5b76aefdd74b268c158b80046261a3ae30..1208d62ff6528eb9fff755a1065b207d686e47cb 100644 |
--- a/chrome/browser/resources/history/history.html |
+++ b/chrome/browser/resources/history/history.html |
@@ -47,11 +47,19 @@ |
</form> |
</header> |
+ <div id="filter-controls" hidden> |
+ <div id="display-filter-controls"> |
+ <label i18n-content="displayfiltersites" for="display-filter-sites"> |
Bernhard Bauer
2013/01/17 19:05:14
It puts the input element inside of the label elem
Sergiu
2013/01/18 09:21:46
Done.
|
+ </label> |
+ <input type="checkbox" id="display-filter-sites" name="display-filter"> |
+ </div> |
+ </div> |
<div id="editing-controls"> |
<button id="clear-browsing-data" i18n-content="clearallhistory"></button> |
<button id="remove-selected" disabled="disabled" |
i18n-content="removeselected"></button> |
</div> |
+ |
<div id="results-display"></div> |
<div id="loading-spinner" hidden> |
<span id="loading"> |