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

Unified Diff: third_party/WebKit/Source/modules/installedapp/RelatedApplication.idl

Issue 2785913003: Add an Origin Trial for Navigator.getInstalledRelatedApps. (Closed)
Patch Set: Fix tests and make non-Android-specific. Created 3 years, 9 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/Source/modules/installedapp/RelatedApplication.idl
diff --git a/third_party/WebKit/Source/modules/installedapp/RelatedApplication.idl b/third_party/WebKit/Source/modules/installedapp/RelatedApplication.idl
index c55b7f6f1c78098631b418ab5f32dc3bb3ec2e2d..80fe74a902c1e3c3f58e4f8005707b08484c3c99 100644
--- a/third_party/WebKit/Source/modules/installedapp/RelatedApplication.idl
+++ b/third_party/WebKit/Source/modules/installedapp/RelatedApplication.idl
@@ -10,7 +10,7 @@
// https://crbug.com/687444.
[
NoInterfaceObject,
- RuntimeEnabled=InstalledApp
+ OriginTrialEnabled=InstalledApp
] interface RelatedApplication {
readonly attribute DOMString platform;
readonly attribute DOMString url;

Powered by Google App Engine
This is Rietveld 408576698