| Index: chrome/test/data/extensions/app_no_www/manifest.json
|
| diff --git a/chrome/test/data/extensions/app/manifest.json b/chrome/test/data/extensions/app_no_www/manifest.json
|
| similarity index 73%
|
| copy from chrome/test/data/extensions/app/manifest.json
|
| copy to chrome/test/data/extensions/app_no_www/manifest.json
|
| index 7deaba525ea4fed47555f538f140428c62c7a2f9..9a413dc1aa163289126f10fe7fd50de3610a6fd3 100644
|
| --- a/chrome/test/data/extensions/app/manifest.json
|
| +++ b/chrome/test/data/extensions/app_no_www/manifest.json
|
| @@ -7,7 +7,7 @@
|
| ],
|
| "app": {
|
| "launch": {
|
| - "web_url": "http://www.example.com/empty.html"
|
| + "web_url": "http://example.com/"
|
| }
|
| }
|
| }
|
|
|