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

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

Issue 2662303003: Some small tweaks to getInstalledRelatedApps IDL files. (Closed)
Patch Set: Removed RelatedApplication from global-interface-listing-expected.txt. Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 66e2f889acf2008d3a78212c01bf69568ae50d15..c55b7f6f1c78098631b418ab5f32dc3bb3ec2e2d 100644
--- a/third_party/WebKit/Source/modules/installedapp/RelatedApplication.idl
+++ b/third_party/WebKit/Source/modules/installedapp/RelatedApplication.idl
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(dhnishi): Link to full spec upon completion.
-// RelatedApplication defined in example.
-// https://github.com/DHNishi/IsNativeAppInstalled/blob/master/explainer.md
+// TODO(mgiuca): Link to full spec, rather than explainer, upon completion.
+// https://github.com/WICG/get-installed-related-apps/blob/master/EXPLAINER.md
+// TODO(mgiuca): This should be a dictionary, not an interface.
+// (NoInterfaceObject is basically a makeshift dictionary.)
+// https://crbug.com/687444.
[
+ NoInterfaceObject,
RuntimeEnabled=InstalledApp
] interface RelatedApplication {
readonly attribute DOMString platform;
« no previous file with comments | « third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698