| Index: tests/expecteddata/manifest_edge_development_build.json | 
| diff --git a/tests/expecteddata/manifest_edge_development_build.json b/tests/expecteddata/manifest_edge_development_build.json | 
| index bc6fba0c2b4e3b9b7ee2006ca24f57dabb337b68..8c5799cb78805ab36b09d420a31f34c94f4aad99 100644 | 
| --- a/tests/expecteddata/manifest_edge_development_build.json | 
| +++ b/tests/expecteddata/manifest_edge_development_build.json | 
| @@ -33,6 +33,17 @@ | 
| "default_locale": "en_US", | 
| "description": "__MSG_description__", | 
| "devtools_page": "devtools.html", | 
| +  "externally_connectable": { | 
| +    "accepts_tls_channel_id": true, | 
| +    "ids": [ | 
| +      "foo", | 
| +      "bar" | 
| +    ], | 
| +    "matches": [ | 
| +      "https://*.google.com/*", | 
| +      "*://*.chromium.org/*" | 
| +    ] | 
| +  }, | 
| "icons": { | 
| "16": "icons/abp-16.png" | 
| }, | 
|  |