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

Unified Diff: components/ntp_tiles/webui/resources/ntp_tiles_internals.html

Issue 2936793002: ntp_tiles: Extend chrome://ntp-tiles-internals with favicon data (Closed)
Patch Set: Avoid using std::pair with constexpr. Created 3 years, 6 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
Index: components/ntp_tiles/webui/resources/ntp_tiles_internals.html
diff --git a/components/ntp_tiles/webui/resources/ntp_tiles_internals.html b/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
index ea70d72ccf769106fa2069301332d5c711e5d0c6..691c43fd3dfd870cf7913fe410fe764c82a5fa6e 100644
--- a/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
+++ b/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
@@ -122,6 +122,10 @@ found in the LICENSE file.
<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" jscontent="url"></td>
+ </tr>
</tbody>
</table>
</div>
« no previous file with comments | « components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc ('k') | ios/chrome/browser/ui/webui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698