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

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

Issue 11975015: This adds a private extension API to use for simple networking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload after another merge Created 7 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: chrome/test/data/extensions/api_test/networking/manifest.json
diff --git a/chrome/test/data/extensions/api_test/networking/manifest.json b/chrome/test/data/extensions/api_test/networking/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..0847c01265514831bf90afee46cb661b698163e7
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/networking/manifest.json
@@ -0,0 +1,13 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC74Vbx3EbhPc/FOvn6+HxCjMSml0HdPMiuRjj5a3b+MnRML1iJ9OAgbKUYJ/u3s25/cGq8pNB0NbyupHGEqvqAE7TcNr1mdgs0PWxh2IOI1GKrxlzxpqzQuFmxq5WHKr5RrwZ4/Xq0t/+e8JkvhZdW0jarz/28Jom0gkM5lorsewIDAQAB",
+ "name": "ChromeOS networking private extension API test",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Test of chrome.networkingPrivate methods",
+ "background": {
+ "scripts": ["test.js"]
+ },
+ "permissions": [
+ "networkingPrivate"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698