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

Side by Side Diff: third_party/WebKit/LayoutTests/installedapp/resources/manifest.json

Issue 2488573002: Refactor getInstalledRelatedApps code and add manifest logic and tests. (Closed)
Patch Set: Use SecurityOrigin, not WebSecurityOrigin. Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "InstalledRelatedApps test",
3 "short_name": "Test",
4 "related_applications": [
5 {"platform": "play", "id": "com.test"},
6 {"platform": "itunes", "url": "https://itunes.apple.com"}
7 ]
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698