| 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"
|
|
|