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

Side by Side Diff: components/ntp_tiles/webui/resources/popular_sites_internals.js

Issue 2457033003: Add chrome://popular-sites-internals/ to iOS. (Closed)
Patch Set: Break out ...Client. Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 cr.define('chrome.popular_sites_internals', function() { 5 cr.define('chrome.popular_sites_internals', function() {
6 'use strict'; 6 'use strict';
7 7
8 function initialize() { 8 function initialize() {
9 function submitUpdate(event) { 9 function submitUpdate(event) {
10 $('download-result').textContent = ''; 10 $('download-result').textContent = '';
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 receiveOverrides: receiveOverrides, 53 receiveOverrides: receiveOverrides,
54 receiveDownloadResult: receiveDownloadResult, 54 receiveDownloadResult: receiveDownloadResult,
55 receiveSites: receiveSites, 55 receiveSites: receiveSites,
56 receiveJson: receiveJson, 56 receiveJson: receiveJson,
57 }; 57 };
58 }); 58 });
59 59
60 document.addEventListener('DOMContentLoaded', 60 document.addEventListener('DOMContentLoaded',
61 chrome.popular_sites_internals.initialize); 61 chrome.popular_sites_internals.initialize);
62 62
OLDNEW
« no previous file with comments | « components/ntp_tiles/webui/resources/popular_sites_internals.html ('k') | components/resources/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698