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

Side by Side Diff: chrome/test/data/web_app_info/invalid_urls.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "hello",
3 "launch_url": "launch_url",
4 "urls": [
5 "relative",
6 "http://example.com/valid_absolute",
7 "http://someotherdomain.com/invalid_absolute"
8 ]
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698