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

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

Issue 2841643005: [Popular Sites] Add Variations parameter to override URL path (Closed)
Patch Set: Update ntp-tiles-internals. 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
Index: components/ntp_tiles/webui/resources/popular_sites_internals.html
diff --git a/components/ntp_tiles/webui/resources/popular_sites_internals.html b/components/ntp_tiles/webui/resources/popular_sites_internals.html
index 81d8145c963cccaaeed31b02c63b8c51263bceb5..5ce97bcf64f623ee963ddd8129cce222da08ae42 100644
--- a/components/ntp_tiles/webui/resources/popular_sites_internals.html
+++ b/components/ntp_tiles/webui/resources/popular_sites_internals.html
@@ -31,10 +31,14 @@ found in the LICENSE file.
<h2>Download</h2>
<table class="section-details">
<tr>
- <td class="detail">URL (takes precedence over Country and Version)</td>
+ <td class="detail">URL (takes precedence over Directory, Country and Version)</td>
<td class="value"><input id="override-url" type="text"></td>
</tr>
<tr>
+ <td class="detail">Override Directory</td>
+ <td class="value"><input id="override-directory" type="text"></td>
+ </tr>
+ <tr>
<td class="detail">Override Country</td>
<td class="value"><input id="override-country" type="text"></td>
</tr>
@@ -80,4 +84,3 @@ found in the LICENSE file.
</body>
</html>
-

Powered by Google App Engine
This is Rietveld 408576698