Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5843)

Unified Diff: chrome/test/data/banners/manifest_one_icon.json

Issue 2341163002: Canonicalize URLs prior to comparing in ManifestUpgradeDetector (Closed)
Patch Set: Merge branch 'master' into url_canonicalize Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/banners/manifest_one_icon.json
diff --git a/chrome/test/data/webapps/manifest.json b/chrome/test/data/banners/manifest_one_icon.json
similarity index 75%
copy from chrome/test/data/webapps/manifest.json
copy to chrome/test/data/banners/manifest_one_icon.json
index c26ce20d6ca80885eb1d419de1b5121c0ae1dd27..ad5e4994fde789e9174097b4fc02385313d21783 100644
--- a/chrome/test/data/webapps/manifest.json
+++ b/chrome/test/data/banners/manifest_one_icon.json
@@ -1,6 +1,5 @@
{
"name": "Manifest test app",
- "short_name": "App",
"icons": [
{
"src": "image-512px.png",
@@ -8,7 +7,7 @@
"type": "image/png"
}
],
- "start_url": "manifest_test_page.html",
+ "start_url": "manifest_one_icon_test_page.html",
"display": "standalone",
"orientation": "landscape"
}

Powered by Google App Engine
This is Rietveld 408576698