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

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

Issue 2570673004: Remove host restrictions from snippets (Closed)
Patch Set: Remove host restrictions from snippets Created 4 years 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 0e4ff0bf64859c9c071b26f0b4cbd1ad65e46799..19c6f7b00d4792bab07e5404345d09dc92160549 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -75,11 +75,7 @@ found in the LICENSE file.
<h2>NTPSnippetsService</h2>
<div class="forms">
<button id="submit-download" type="button">Add snippets</button>
- <span id="hosts-restrict">from hosts:
- <textarea id="hosts-input" placeholder="www.wired.com www.bbc.co.uk"
- rows="5" autocapitalize="none"></textarea>
- </span>
- <span id="hosts-status" class="detail"></span>
+ <span id="remote-status" class="detail"></span>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698