Index: chrome/browser/resources/history/history.html |
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html |
index b32dbbd14e6d68c15f7b0a7f47c3aa3e7c881c91..d960af84abbf916f5121eb4903b097e5a2b4493e 100644 |
--- a/chrome/browser/resources/history/history.html |
+++ b/chrome/browser/resources/history/history.html |
@@ -85,6 +85,7 @@ |
<option i18n-content="rangeMonth" value="2"></option> |
</select> |
</label> |
+ <button id="lock-unlock-button" i18n-content="unlockButton"></button> |
</div> |
</div> |
<if expr="not pp_ifdef('android')"> |
@@ -101,7 +102,6 @@ |
<button id="block-selected" i18n-content="blockItems" disabled="disabled" |
hidden> |
</button> |
- <button id="lock-unlock-button" i18n-content="unlockButton"></button> |
</div> |
<div id="notification-bar" hidden></div> |
</div> |