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

Unified Diff: chrome/browser/resources/snippets_internals.html

Issue 2824173005: [Content suggestions] Reveal URL with favicon in snippets-internals (Closed)
Patch Set: Vitalii's comments #2 Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/snippets_internals_message_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/snippets_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698