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

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

Issue 2889143003: [NTP] Show category id in snippets internals. (Closed)
Patch Set: Created 3 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 | no next file » | 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 f40ad38dfeb1943a99b1b828f9ebd76b50cf6df2..b0f844c85104858baab43b41813eafce2dbb6e51 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -114,7 +114,8 @@ found in the LICENSE file.
<h3>
<span jscontent="title"></span>
<span class="detail">
- (<span jscontent="status"></span>)
+ (id = <span jscontent="categoryId"></span>,
+ <span jscontent="status"></span>)
</span>
<button jsvalues="category-id:categoryId" type="button"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698