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 9045a8eed7cf1d317942d59c1ed12ffdb61dc52d..edb60fff54c73068fe51c8fd9929d4f949cba5d3 100644 |
--- a/chrome/browser/resources/offline_pages/offline_internals.html |
+++ b/chrome/browser/resources/offline_pages/offline_internals.html |
@@ -17,7 +17,7 @@ |
<body> |
<h1>Offline Internals</h1> |
<div> |
- <div id="current-status"></div> |
+ <span id="current-status"></span> |
<button id="refresh">Refresh page</button> |
<button id="download">Dump</button> |
</div> |
@@ -68,5 +68,8 @@ |
</thead> |
<tbody id="request-queue"> </tbody> |
</table> |
+ <input id="url" type="url"> |
+ <button id="add-to-queue">Load in background</button> |
+ <div id="save-url-state"></div> |
</body> |
</html> |