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

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

Issue 1851803002: [NTP Popular Sites] Store country/version in prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 4 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 | « chrome/browser/net/file_downloader_unittest.cc ('k') | chrome/browser/resources/popular_sites_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/popular_sites_internals.html
diff --git a/chrome/browser/resources/popular_sites_internals.html b/chrome/browser/resources/popular_sites_internals.html
index 65ee20a47a82b7e5177da03440a16a050f5981c4..97b3a311fea85c045aebdc2ee9bfac8fa7fe9949 100644
--- a/chrome/browser/resources/popular_sites_internals.html
+++ b/chrome/browser/resources/popular_sites_internals.html
@@ -48,14 +48,28 @@ found in the LICENSE file.
</table>
</div>
- <div id="sites" class="section">
+ <div class="section">
+ <h2>Info</h2>
+ <table class="section-details">
+ <tr>
+ <td class="detail">Country</td>
+ <td class="value" jscontent="country"></td>
+ </tr>
+ <tr>
+ <td class="detail">Version</td>
+ <td class="value" jscontent="version"></td>
+ </tr>
+ </table>
+ </div>
+
+ <div class="section">
<h2>Sites</h2>
<table class="section-details">
<tr jsselect="sites">
<td class="detail" jscontent="title"></td>
<td class="value" jscontent="url"></td>
</tr>
- <tr jsskip = true>
+ <tr jsskip="true">
<td class="detail">
<input id="view-json" type="submit" value="View JSON">
</td>
« no previous file with comments | « chrome/browser/net/file_downloader_unittest.cc ('k') | chrome/browser/resources/popular_sites_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698