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

Unified Diff: chrome/test/data/extensions/api_test/mdns/api/manifest.json

Issue 23437015: Initial chrome.mdns API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/api_test/mdns/api/manifest.json
diff --git a/chrome/test/data/extensions/api_test/dial/experimental/manifest.json b/chrome/test/data/extensions/api_test/mdns/api/manifest.json
similarity index 65%
copy from chrome/test/data/extensions/api_test/dial/experimental/manifest.json
copy to chrome/test/data/extensions/api_test/mdns/api/manifest.json
index e25979ea10edd60b242fb6c8ee8a5df04b6257e4..2b8107f1b15ea7ec100c7742ab70ace3c278a330 100644
--- a/chrome/test/data/extensions/api_test/dial/experimental/manifest.json
+++ b/chrome/test/data/extensions/api_test/mdns/api/manifest.json
@@ -1,8 +1,9 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8xv6iO+j4kzj1HiBL93+XVJH/CRyAQMUHS/Z0l8nCAzaAFkW/JsNwxJqQhrZspnxLqbQxNncXs6g6bsXAwKHiEs+LSs+bIv0Gc/2ycZdhXJ8GhEsSMakog5dpQd1681c2gLK/8CrAoewE/0GIKhaFcp7a2iZlGh4Am6fgMKy0iQIDAQAB",
"manifest_version": 2,
- "name": "Test DIAL Extension",
+ "name": "MDNS Extension",
"version": "1.0",
- "description": "Test DIAL Extension",
- "permissions": ["dial"]
+ "description": "Test MDNS Extension",
+ "permissions": ["mdns"],
+ "mdns_service_types": ["_googlecast._tcp.local"]
}

Powered by Google App Engine
This is Rietveld 408576698