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

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: After code review #2 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
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index 247203e6a411387740051e8f49e1504c9e67fdeb..4a166b25c6a255addc3b89250733b6685e0ba6c8 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" autocapitalize="none"></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" autocapitalize="none"></textarea>
+ </span>
<span id="hosts-status" class="detail"></span>
</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698