Chromium Code Reviews

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

Issue 4979003: Implement web app definition parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nacl64 build Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/test/data/web_app_info/minimal.json
diff --git a/chrome/test/data/web_app_info/minimal.json b/chrome/test/data/web_app_info/minimal.json
new file mode 100644
index 0000000000000000000000000000000000000000..e5b6a6a0b6929c7d797147f1383136f0a5297c90
--- /dev/null
+++ b/chrome/test/data/web_app_info/minimal.json
@@ -0,0 +1,4 @@
+{
+ "name": "hello",
+ "launch_url": "launch_url"
+}

Powered by Google App Engine