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

Unified Diff: chrome/test/data/webapps/manifest2.json

Issue 2262583002: Do not request upgrade if Web Manifest is no longer WebAPK-capable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into webapk_updater_non_installable Created 4 years, 4 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/webapps/manifest2.json
diff --git a/chrome/test/data/webapps/manifest2.json b/chrome/test/data/webapps/manifest2.json
deleted file mode 100644
index 2739c7dd93396254e1acea90c068121f86c8bcc3..0000000000000000000000000000000000000000
--- a/chrome/test/data/webapps/manifest2.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Manifest test app2",
- "short_name": "App",
- "icons": [
- {
- "src": "image-512px.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "start_url": "manifest_test_page2.html",
- "display": "standalone",
- "orientation": "landscape"
-}
« no previous file with comments | « chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc ('k') | chrome/test/data/webapps/manifest_test_page2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698