| Index: chrome/renderer/resources/neterror.html
|
| diff --git a/chrome/renderer/resources/neterror.html b/chrome/renderer/resources/neterror.html
|
| index ff197b8bdfa1b2a0fd45b485265265ce406d7fa7..d45a267bdd9c3d16f51ba1ec86177b8d8ac9dfed 100644
|
| --- a/chrome/renderer/resources/neterror.html
|
| +++ b/chrome/renderer/resources/neterror.html
|
| @@ -24,6 +24,9 @@
|
| onclick="location = this.url"
|
| jsselect="reload" jsvalues=".url:reloadUrl"
|
| jscontent="msg"></button>
|
| + <button id="stale-load-button" class="blue-button text-button"
|
| + onclick="errorCacheLoad.reloadStaleInstance()"
|
| + jsselect="staleCopyInCache" jscontent="msg"></button>
|
| <button id="more-less-button" class="text-button"
|
| onclick="toggleHelpBox()" jsdisplay="more"
|
| jsvalues=".moreText:more; .lessText:less;"
|
|
|