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 9045a8eed7cf1d317942d59c1ed12ffdb61dc52d..e79bc5a15f36f677f44c077c3aa2c31b1bb598fb 100644 |
| --- a/chrome/browser/resources/offline_pages/offline_internals.html |
| +++ b/chrome/browser/resources/offline_pages/offline_internals.html |
| @@ -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> |