| 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..55771170176240a604fe122895bde7351adfa19b 100644
|
| --- a/chrome/browser/resources/snippets_internals.html
|
| +++ b/chrome/browser/resources/snippets_internals.html
|
| @@ -77,6 +77,16 @@ found in the LICENSE file.
|
| </button>
|
| </div>
|
|
|
| + <div id="ranker">
|
| + <h2>CategoryRanker</h2>
|
| + <table class="section-details">
|
| + <tr jsselect="list" style="display:none">
|
| + <td jscontent="label">
|
| + <td jscontent="content" class="value">
|
| + </tr>
|
| + </table>
|
| + </div>
|
| +
|
| <div id="snippets">
|
| <h2>NTPSnippetsService</h2>
|
| <div class="forms">
|
|
|