| Index: chrome/test/data/banners/manifest_no_type.json
|
| diff --git a/chrome/test/data/banners/manifest_no_type.json b/chrome/test/data/banners/manifest_no_type.json
|
| index f77710ffe6e16a93436f7380b10f39b29764cd33..7427397a90195b4d762cc6f682db684bad00b4d6 100644
|
| --- a/chrome/test/data/banners/manifest_no_type.json
|
| +++ b/chrome/test/data/banners/manifest_no_type.json
|
| @@ -3,23 +3,23 @@
|
| "icons": [
|
| {
|
| "src": "launcher-icon-1x.png",
|
| - "sizes": "48x48",
|
| - "density": 1.0
|
| + "sizes": "48x48"
|
| },
|
| {
|
| "src": "launcher-icon-1-5x.png",
|
| - "sizes": "72x72",
|
| - "density": 1.5
|
| + "sizes": "72x72"
|
| },
|
| {
|
| "src": "launcher-icon-2x.png",
|
| - "sizes": "96x96",
|
| - "density": 2.0
|
| + "sizes": "96x96"
|
| },
|
| {
|
| "src": "launcher-icon-3x.png",
|
| - "sizes": "144x144",
|
| - "density": 3.0
|
| + "sizes": "144x144"
|
| + },
|
| + {
|
| + "src": "launcher-icon-4x.png",
|
| + "sizes": "192x192"
|
| }
|
| ],
|
| "start_url": "manifest_no_type_test_page.html",
|
|
|