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

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

Issue 2593573003: Ntp: use AMP urls for content suggestions when available. (Closed)
Patch Set: Address review comments by vitalii. Created 4 years 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: chrome/browser/resources/snippets_internals.html
diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
index 22adfcb6273d68d03ebcd047c9fc405bd7d34982..03c8665f6e8c4d3af10666185fd8c895c47273b4 100644
--- a/chrome/browser/resources/snippets_internals.html
+++ b/chrome/browser/resources/snippets_internals.html
@@ -141,11 +141,6 @@ found in the LICENSE file.
<td>URL
<td><a class="url" jsvalues="href:url" jscontent="url"></a>
<tr>
- <td>AMP URL
- <td>
- <a class="amp-url" jsvalues="href:ampUrl"
- jscontent="ampUrl"></a>
- <tr>
<td>Snippet text
<td jscontent="snippetText">
<tr>
@@ -180,11 +175,6 @@ found in the LICENSE file.
<td>URL
<td><a class="url" jsvalues="href:url" jscontent="url"></a>
<tr>
- <td>AMP URL
- <td>
- <a class="amp-url" jsvalues="href:ampUrl"
- jscontent="ampUrl"></a>
- <tr>
<td>Snippet text
<td jscontent="snippetText">
<tr>
« no previous file with comments | « chrome/browser/android/ntp/ntp_snippets_bridge.cc ('k') | chrome/browser/ui/webui/snippets_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698