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

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

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
Index: chrome/browser/resources/popular_sites_internals.js
diff --git a/chrome/browser/resources/popular_sites_internals.js b/chrome/browser/resources/popular_sites_internals.js
index ce1294d6bb968aa86e177c9c344398622c5bcc54..96f470d130223badbf6bcece9ad1c966a710954e 100644
--- a/chrome/browser/resources/popular_sites_internals.js
+++ b/chrome/browser/resources/popular_sites_internals.js
@@ -32,7 +32,7 @@ cr.define('chrome.popular_sites_internals', function() {
}
function receiveSites(sites) {
- jstProcess(new JsEvalContext(sites), $('sites'));
+ jstProcess(new JsEvalContext(sites), $('info'));
// Also clear the json string, since it's likely stale now.
$('json-value').textContent = '';
}
« no previous file with comments | « chrome/browser/resources/popular_sites_internals.html ('k') | chrome/browser/supervised_user/supervised_user_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698