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

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. 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 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
This is Rietveld 408576698