| Index: chrome/browser/resources/snippets_internals.html
|
| diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
|
| index c34a0d90d50baa568a11cc7529d1a0f363ab59cf..640520f36c178a4635fa1eca09b7c60ba0e53432 100644
|
| --- a/chrome/browser/resources/snippets_internals.html
|
| +++ b/chrome/browser/resources/snippets_internals.html
|
| @@ -70,9 +70,10 @@ found in the LICENSE file.
|
| </div>
|
| <div class="forms">
|
| <input id="submit-download" type="submit" value="Add snippets">
|
| - from hosts <input id="hosts-input" type="text" placeholder=
|
| - "www.wired.com www.bbc.co.uk">
|
| - <div id="hosts-help" class="detail"></div>
|
| + from hosts <span id="hosts-help" class="detail"></span>:
|
| + <textarea id="hosts-input" placeholder="www.wired.com www.bbc.co.uk"
|
| + rows="5"></textarea>
|
| + <div id="hosts-status" class="detail"></div>
|
| </div>
|
| </div>
|
|
|
|
|