summaryrefslogtreecommitdiff
path: root/chromium/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/ntp_tiles/webui/resources/ntp_tiles_internals.html')
-rw-r--r--chromium/components/ntp_tiles/webui/resources/ntp_tiles_internals.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/chromium/components/ntp_tiles/webui/resources/ntp_tiles_internals.html b/chromium/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
index ea70d72ccf7..c407b726676 100644
--- a/chromium/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
+++ b/chromium/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
@@ -116,12 +116,18 @@ found in the LICENSE file.
<td class="value" jsdisplay="source == 1">SUGGESTIONS_SERVICE</td>
<td class="value" jsdisplay="source == 2">POPULAR</td>
<td class="value" jsdisplay="source == 3">WHITELIST</td>
- <td class="value" jsdisplay="source &gt; 3">???</td>
+ <td class="value" jsdisplay="source == 4">HOMEPAGE</td>
+ <td class="value" jsdisplay="source &gt; 4">???</td>
</tr>
<tr>
<td class="detail">URL</td>
<td class="value"><a jsvalues="href:url" jscontent="url"></a></td>
</tr>
+ <tr jsselect="icons">
+ <td class="detail" jscontent="type"></td>
+ <td class="value"><a jsvalues="href:url"
+ jscontent="url + ' (' + width + 'x' + height + ')'"></a></td>
+ </tr>
</tbody>
</table>
</div>