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 edb60fff54c73068fe51c8fd9929d4f949cba5d3..0c8d0fcdaf7efa259469ac6efe230bc58f1b06bd 100644 |
| --- a/chrome/browser/resources/offline_pages/offline_internals.html |
| +++ b/chrome/browser/resources/offline_pages/offline_internals.html |
| @@ -68,7 +68,7 @@ |
| </thead> |
| <tbody id="request-queue"> </tbody> |
| </table> |
| - <input id="url" type="url"> |
| + <input id="url" type="url" placeholder="http://www.url1.com, http://www.url2.com, ..."> |
|
michaelpg
2016/08/20 00:46:47
nit: wrap long lines
romax
2016/08/20 01:23:20
Done.
|
| <button id="add-to-queue">Load in background</button> |
| <div id="save-url-state"></div> |
| </body> |