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

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

Issue 1978513002: Getting the personalization info in chrome://snippets-internals correct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polish Created 4 years, 7 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 214addeeaec95acfdfc191886dde9f2ed4aa3a5e..b5a1d34f3f3bd7ab8251078450f7f0595430a313 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -27,6 +27,9 @@ found in the LICENSE file.
<tr>
<td class="name">Snippets restricted to hosts
<td id="switch-restrict-to-hosts" class="value">
+ <tr>
+ <td class="name">Snippets type
+ <td id="switch-personalized" class="value">
</table>
</div>
@@ -77,9 +80,11 @@ found in the LICENSE file.
</div>
<div class="forms">
<input id="submit-download" type="submit" value="Add snippets">
- from hosts <span id="hosts-help" class="detail"></span>:
- <textarea id="hosts-input" placeholder="www.wired.com www.bbc.co.uk"
- rows="5"></textarea>
+ <span id="hosts-restrict">from hosts <span class="detail">(specify at
+ least one host)</span>:
+ <textarea id="hosts-input" placeholder="www.wired.com www.bbc.co.uk"
+ rows="5"></textarea>
+ </span>
<span id="hosts-status" class="detail"></span>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698