| Index: chrome/test/data/extensions/api_test/networking_private/alias/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/networking_private/chromeos/manifest.json b/chrome/test/data/extensions/api_test/networking_private/alias/manifest.json
|
| similarity index 59%
|
| copy from chrome/test/data/extensions/api_test/networking_private/chromeos/manifest.json
|
| copy to chrome/test/data/extensions/api_test/networking_private/alias/manifest.json
|
| index 3c63ae1ba48bf593ad363fffeea1b2a2f1556a06..9f07b5522bf9ddcbed9e7754056d8aa4728c7d07 100644
|
| --- a/chrome/test/data/extensions/api_test/networking_private/chromeos/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/networking_private/alias/manifest.json
|
| @@ -1,10 +1,15 @@
|
| {
|
| "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC74Vbx3EbhPc/FOvn6+HxCjMSml0HdPMiuRjj5a3b+MnRML1iJ9OAgbKUYJ/u3s25/cGq8pNB0NbyupHGEqvqAE7TcNr1mdgs0PWxh2IOI1GKrxlzxpqzQuFmxq5WHKr5RrwZ4/Xq0t/+e8JkvhZdW0jarz/28Jom0gkM5lorsewIDAQAB",
|
| - "name": "networking private extension API interface test",
|
| + "name": "networking onc extension API interface test",
|
| "version": "0.1",
|
| "manifest_version": 2,
|
| - "description": "Test of chrome.networkingPrivate methods",
|
| + "description": "Test of chrome.networking.onc methods",
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["test.js"]
|
| + }
|
| + },
|
| "permissions": [
|
| - "networkingPrivate"
|
| + "networking.onc"
|
| ]
|
| }
|
|
|