Chromium Code Reviews

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

Issue 2187233002: Add ContentSuggestionsCategoryFactory; Store categories as ints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/resources/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index b8bb937f577f75b5ac807513ad9ad6244b7e3ee1..81ad55b7dc026d61ba12fcb25027a755ba6eb5f3 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -161,7 +161,7 @@ found in the LICENSE file.
</h2>
<div jsselect="list" style="display:none">
<h3>
- <span jscontent="name"></span>
+ <span jscontent="title"></span>
<span class="detail">
(<span jscontent="status"></span>)
</span>

Powered by Google App Engine