| 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;
|
|
|