Chromium Code Reviews| 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 a5e5b544ce264308cb009358fcfc710d2803e51d..916b0e919ebb1fc439eb49752a76347697f49ac6 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,12 +32,13 @@ |
| <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="random-info"></div> |
|
dewittj
2016/06/03 23:12:05
Is it really random? :)
chili
2016/06/09 22:29:16
Done.
|
| <h2>Request Queue</h2> |
| <table class="request-queue-table"> |