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

Unified Diff: chrome/test/data/extensions/managed_mode/content_pack/site_list.json

Issue 384023002: Rename "managed (mode|user)" to "supervised user" (part 6) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break long lines Created 6 years, 5 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/test/data/extensions/managed_mode/content_pack/site_list.json
diff --git a/chrome/test/data/extensions/managed_mode/content_pack/site_list.json b/chrome/test/data/extensions/managed_mode/content_pack/site_list.json
deleted file mode 100644
index 99cdfb8324bb523307e66ee1e7533d0628abb430..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/managed_mode/content_pack/site_list.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "version": 1,
- "categories": {
- "org.example.entertainment": {
- "name": "Entertainment",
- "thumbnails": {
- "128": "entertainment.jpg"
- }
- }
- },
- "sites": [
- {
- "name": "YouTube",
- "url": "http://www.youtube.com",
- "categories": [
- "org.example.entertainment"
- ],
- "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/"
- ]
- }
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698