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

Unified Diff: components/ntp_tiles/resources/default_popular_sites.json

Issue 2668943002: provide static popular sites for first run (Closed)
Patch Set: Revert test changes. Construction of PopularSites is always safe. Created 3 years, 10 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/resources/default_popular_sites.json
diff --git a/components/ntp_tiles/resources/default_popular_sites.json b/components/ntp_tiles/resources/default_popular_sites.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e14a7882c8fd887d08e2a4ffde89a76405eef96
--- /dev/null
+++ b/components/ntp_tiles/resources/default_popular_sites.json
@@ -0,0 +1,42 @@
+[
+ {
+ "title": "Facebook - Log In or Sign Up",
+ "url": "https://m.facebook.com/",
+ "large_icon_url": "https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/O2aKM2iSbOw.png"
+ },
+ {
+ "title": "YouTube",
+ "url": "https://m.youtube.com/",
+ "large_icon_url": "https://s.ytimg.com/yts/mobile/img/apple-touch-icon-144x144-precomposed-vflwq-hLZ.png"
+ },
+ {
+ "title": "Amazon.com: Online Shopping for Electronics, Apparel, Computers, Books, DVDs \u0026 more",
+ "url": "https://www.amazon.com/",
+ "large_icon_url": "https://images-na.ssl-images-amazon.com/images/G/01/anywhere/a_smile_196x196._CB368246573_.png"
+ },
+ {
+ "title": "Wikipedia, the free encyclopedia",
+ "url": "https://en.m.wikipedia.org/",
+ "large_icon_url": "https://en.m.wikipedia.org/static/apple-touch/wikipedia.png"
+ },
+ {
+ "title": "ESPN: The Worldwide Leader in Sports",
+ "url": "http://www.espn.com/",
+ "large_icon_url": "http://a.espncdn.com/wireless/mw5/r1/images/bookmark-icons/espn_icon-152x152.min.png"
+ },
+ {
+ "title": "Yahoo",
+ "url": "https://www.yahoo.com/",
+ "large_icon_url": "https://s.yimg.com/dh/ap/default/130909/y_200_a.png"
+ },
+ {
+ "title": "Instagram",
+ "url": "https://www.instagram.com/",
+ "large_icon_url": "https://instagramstatic-a.akamaihd.net/h1/images/ico/favicon-192.png/b407fa101800.png"
+ },
+ {
+ "title": "Electronics, Cars, Fashion, Collectibles, Coupons and More | eBay",
+ "url": "http://m.ebay.com/",
+ "large_icon_url": "http://ir.ebaystatic.com/pictures/aw/pics/mobile/images/apple-touch-icon.png"
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698