| Index: third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
|
| diff --git a/mash/wm/public/interfaces/ash_window_type.mojom b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
|
| similarity index 53%
|
| copy from mash/wm/public/interfaces/ash_window_type.mojom
|
| copy to third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
|
| index b4359b3bf4437d8c2dcec1eee102da052dd9c779..615a1a418913a46a090b1113e4390a4ccdfddc7f 100644
|
| --- a/mash/wm/public/interfaces/ash_window_type.mojom
|
| +++ b/third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.idl
|
| @@ -2,12 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mash.wm.mojom;
|
| -
|
| -enum AshWindowType {
|
| - SHELF = 0,
|
| - STATUS_AREA,
|
| - COUNT
|
| +[
|
| + RuntimeEnabled=InstalledApp,
|
| +] partial interface Navigator {
|
| + [CallWith=ScriptState] Promise<RelatedApplication> getInstalledRelatedApps();
|
| };
|
| -
|
| -const string kAshWindowType_Property = "ash:window-type";
|
|
|