Index: chrome/browser/resources/offline_pages/offline_internals.html |
diff --git a/chrome/browser/resources/offline_pages/offline_internals.html b/chrome/browser/resources/offline_pages/offline_internals.html |
index a3c03dec4594156778d0ccf67094894140afb406..8668832de6826fc8fbf4bd81c11ad92cc332a6f2 100644 |
--- a/chrome/browser/resources/offline_pages/offline_internals.html |
+++ b/chrome/browser/resources/offline_pages/offline_internals.html |
@@ -18,6 +18,7 @@ |
<div> |
<div id="current-status"></div> |
<button id="refresh">Refresh page</button> |
+ <button id="download">Dump</button> |
</div> |
<h2>Stored Pages</h2> |
@@ -31,11 +32,12 @@ |
<th> </th> |
<th>URL</th> |
<th>Namespace</th> |
- <th>Size</th> |
+ <th>Size (Kb)</th> |
</tr> |
</thead> |
<tbody id="stored-pages"> </tbody> |
</table> |
+ <div id="page-actions-info"></div> |
<h2>Request Queue</h2> |
<table class="request-queue-table"> |