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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/installedapp/resources/manifest.json
diff --git a/third_party/WebKit/LayoutTests/installedapp/resources/manifest.json b/third_party/WebKit/LayoutTests/installedapp/resources/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..120377caaf1d23a31f07631f1fb733778704a2c4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/installedapp/resources/manifest.json
@@ -0,0 +1,8 @@
+{
+ "name": "InstalledRelatedApps test",
+ "short_name": "Test",
+ "related_applications": [
+ {"platform": "play", "id": "com.test"},
+ {"platform": "itunes", "url": "https://itunes.apple.com"}
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698