| 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..3fe467a0343e78d91144127aae19845effa3974e 100644
|
| --- a/chrome/browser/resources/offline_pages/offline_internals.html
|
| +++ b/chrome/browser/resources/offline_pages/offline_internals.html
|
| @@ -68,7 +68,8 @@
|
| </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, ...">
|
| <button id="add-to-queue">Load in background</button>
|
| <div id="save-url-state"></div>
|
| </body>
|
|
|