Chromium Code Reviews| 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 771bba7621bb4062bc9d8763a61a9b03d9bce4f8..0c045f9ee60a0caa09bab0d29fdc3854ae49ff0d 100644 |
| --- a/chrome/test/data/extensions/api_test/socket/api/manifest.json |
| +++ b/chrome/test/data/extensions/api_test/socket/api/manifest.json |
| @@ -7,14 +7,6 @@ |
| "background": { |
| "scripts": ["background.js"] |
| }, |
| - "app": { |
| - "launch": { |
| - "container": "shell", |
| - "local_path": "main.html", |
| - "width": 100, |
| - "height": 100 |
| - } |
| - }, |
| "permissions": [ |
| "experimental", |
| "socket" |