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

Unified Diff: chrome/test/data/whitelists/content_pack/site_list.json

Issue 1443033004: Supervised User whitelists: update to json format v2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove l10n Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/whitelists/content_pack/site_list.json
diff --git a/chrome/test/data/whitelists/content_pack/site_list.json b/chrome/test/data/whitelists/content_pack/site_list.json
index 661a7fb08ee05e66d413b206d3f4d3d3b0121a81..45954a98844e5f8ea7535d606985a15b8f5ea205 100644
--- a/chrome/test/data/whitelists/content_pack/site_list.json
+++ b/chrome/test/data/whitelists/content_pack/site_list.json
@@ -1,28 +1,10 @@
{
- "version": 1,
- "sites": [
- {
- "name": "YouTube",
- "url": "http://www.youtube.com",
- "thumbnails": {
- "128": "youtube_128.png"
- },
- "whitelist": [
- "youtube.com",
- "ytimg.com",
- "https://googleusercontent.com",
- "gstatic.com"
- ]
- },
- {
- "name": "Homestar Runner",
- "url": "http://homestarrunner.com"
- },
- {
- "whitelist": [
- "example.com",
- "www.iana.org/domains/example/"
- ]
- }
+ "version": 2,
+ "entry_point_url": "http://www.youtube.com",
+ "whitelist": [
+ "youtube.com",
+ "ytimg.com",
+ "https://googleusercontent.com",
+ "gstatic.com"
]
}

Powered by Google App Engine
This is Rietveld 408576698