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