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

Side by Side Diff: chrome/common/extensions/docs/examples/api/topsites/magic8ball.zip

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge Created 8 years, 9 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 unified diff | Download patch
OLDNEW
1 PKšK?@`«m`++magic8ball/manifest.json{ 1 PKšK?@`«m`++magic8ball/manifest.json{
2 "name": "NTP prototyping extension", 2 "name": "NTP prototyping extension",
3 "version": "1.1", 3 "version": "1.1",
4 "description": "extension to prototype new NTP designs", 4 "description": "extension to prototype new NTP designs",
5 "chrome_url_overrides" : { 5 "chrome_url_overrides" : {
6 "newtab": "newTab.html" 6 "newtab": "newTab.html"
7 }, 7 },
8 "permissions": [ 8 "permissions": [
9 "experimental", 9 "experimental",
10 "chrome://favicon/", 10 "chrome://favicon/",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 var span = eightBallWindow.querySelector('span'); 89 var span = eightBallWindow.querySelector('span');
90 span.textContent = data[rand].title; 90 span.textContent = data[rand].title;
91 span.style.backgroundImage = 'url(chrome://favicon/' + data[rand].url + ')'; 91 span.style.backgroundImage = 'url(chrome://favicon/' + data[rand].url + ')';
92 } 92 }
93 93
94 window.onload = function() { 94 window.onload = function() {
95 chrome.experimental.topSites.get(thumbnailsGotten); 95 chrome.experimental.topSites.get(thumbnailsGotten);
96 } 96 }
97 PKšK?@`«m`++( magic8ball/manifest.json4d7cc6f66c 8bee44ae3857b7dcb7bdae7c3e60f5PK$oŒ?o´´8rr amagi c8ball/newTab.cssPK$oŒ?›Ê,êå堁magic8ball/newTab .htmlPK$oŒ?Fž[¨õõ magic8ball/newTab.jsPK 7F 97 PKšK?@`«m`++( magic8ball/manifest.json4d7cc6f66c 8bee44ae3857b7dcb7bdae7c3e60f5PK$oŒ?o´´8rr amagi c8ball/newTab.cssPK$oŒ?›Ê,êå堁magic8ball/newTab .htmlPK$oŒ?Fž[¨õõ magic8ball/newTab.jsPK 7F
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698