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

Unified Diff: chrome/test/data/extensions/manifest_tests/offline_enabled_invalid.json

Issue 7645033: Add offline_enabled field in manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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/extensions/manifest_tests/offline_enabled_invalid.json
diff --git a/chrome/test/data/extensions/manifest_tests/offline_enabled_invalid.json b/chrome/test/data/extensions/manifest_tests/offline_enabled_invalid.json
new file mode 100644
index 0000000000000000000000000000000000000000..32e2e0b74c76a7aa72eca042e1cf363f238e8cd8
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/offline_enabled_invalid.json
@@ -0,0 +1,10 @@
+{
+ "name": "invalid offline enabled",
+ "version": "1",
+ "app": {
+ "launch": {
+ "local_path": "loco.html"
+ }
+ },
+ "offline_enabled": "nope"
+}

Powered by Google App Engine
This is Rietveld 408576698