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

Unified Diff: components/installedapp/installed_app_provider.mojom

Issue 1586563009: IsNativeAppInstalled Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: 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);
+};
« no previous file with comments | « components/installedapp/installed_app_export.h ('k') | components/installedapp/installed_app_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698