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

Unified Diff: components/ntp_tiles/webui/resources/ntp_tiles_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/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 dfdfe36b6025cc0d1d8f6944abd64db1794b2d74..ea70d72ccf769106fa2069301332d5c711e5d0c6 100644
--- a/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
+++ b/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
@@ -65,6 +65,10 @@ found in the LICENSE file.
</tr>
<tr jsdisplay="$this">
<td class="detail">Country</td>
+ <td class="value"><input id="override-directory" type="text" jsvalues="value:overrideDirectory;placeholder:directory"></td>
+ </tr>
+ <tr jsdisplay="$this">
+ <td class="detail">Country</td>
<td class="value"><input id="override-country" type="text" jsvalues="value:overrideCountry;placeholder:country"></td>
</tr>
<tr jsdisplay="$this">
@@ -125,4 +129,3 @@ found in the LICENSE file.
</body>
</html>
-

Powered by Google App Engine
This is Rietveld 408576698