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

Unified Diff: chrome/test/data/web_app_info/full.json

Issue 10704092: Add offline_mode support in crxless apps (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 6 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
« chrome/common/web_apps.cc ('K') | « chrome/common/web_apps_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/web_app_info/full.json
diff --git a/chrome/test/data/web_app_info/full.json b/chrome/test/data/web_app_info/full.json
index ef38f53efff58227e5069c168fe7f6e9fcb02c16..ab581606f8c64fc7b83480b0ac750977bc276b02 100644
--- a/chrome/test/data/web_app_info/full.json
+++ b/chrome/test/data/web_app_info/full.json
@@ -4,6 +4,7 @@
"launch_url": "launch_url",
"launch_container": "panel",
"permissions": [ "geolocation", "notifications" ],
+ "offline_enabled": true,
"urls": [ "foobar", "baz" ],
"icons": {
"ignored": "ignored.png",
« chrome/common/web_apps.cc ('K') | « chrome/common/web_apps_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698