Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3021)

Unified Diff: chrome/browser/resources/snippets_internals.html

Issue 1910633005: Display status message for "Add snippets" on chrome://snippets-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The final version ;) Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/browser/resources/snippets_internals.css ('k') | chrome/browser/ui/webui/snippets_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698