| Index: chrome/test/data/extensions/api_test/socket/api/manifest.json
 | 
| diff --git a/chrome/test/data/extensions/api_test/socket/api/manifest.json b/chrome/test/data/extensions/api_test/socket/api/manifest.json
 | 
| index 213a631bf36a9246623eae92e341b068c7830d6e..38570644c5bff98a59dffbd7934f9d8602ea3aad 100644
 | 
| --- a/chrome/test/data/extensions/api_test/socket/api/manifest.json
 | 
| +++ b/chrome/test/data/extensions/api_test/socket/api/manifest.json
 | 
| @@ -4,7 +4,7 @@
 | 
|    "description": "end-to-end browser test for chrome.socket API",
 | 
|    "app": {
 | 
|      "background": {
 | 
| -      "scripts": ["background.js"]
 | 
| +      "scripts": ["multicast.js", "background.js"]
 | 
|      }
 | 
|    },
 | 
|    "permissions": [
 | 
| @@ -12,7 +12,8 @@
 | 
|        "tcp-connect",
 | 
|        "tcp-listen",
 | 
|        "udp-send-to",
 | 
| -      "udp-bind"
 | 
| +      "udp-bind",
 | 
| +      "udp-multicast-membership"
 | 
|      ]}
 | 
|    ]
 | 
|  }
 | 
| 
 |