| Index: chrome/browser/resources/snippets_internals.html
|
| diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
|
| index 118b8b3eaeb90ceed541fae09140ef57942c57c9..f7d2bae5b259293072c129a941e18b41dc984ce7 100644
|
| --- a/chrome/browser/resources/snippets_internals.html
|
| +++ b/chrome/browser/resources/snippets_internals.html
|
| @@ -144,6 +144,11 @@ found in the LICENSE file.
|
| <td>URL
|
| <td><a class="url" jsvalues="href:url" jscontent="url"></a>
|
| <tr>
|
| + <td>URL with favicon
|
| + <td>
|
| + <a class="url" jsvalues="href:urlWithFavicon"
|
| + jscontent="urlWithFavicon"></a>
|
| + <tr>
|
| <td>Snippet text
|
| <td jscontent="snippetText">
|
| <tr>
|
|
|