| Index: components/installedapp/installed_app_provider.mojom
|
| diff --git a/components/installedapp/installed_app_provider.mojom b/components/installedapp/installed_app_provider.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9b320cbe1bac6ab4b2fb186395dcc1206d2105b5
|
| --- /dev/null
|
| +++ b/components/installedapp/installed_app_provider.mojom
|
| @@ -0,0 +1,10 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +module components;
|
| +
|
| +interface InstalledAppProvider {
|
| + IsAppInstalled(string asset1, string asset2, string origin) => (bool installed);
|
| + IsNativeAppInstalled(map<string, array<string>> verification, string origin) => (bool installed);
|
| +};
|
|
|