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

Unified Diff: content/common/installedapp/installed_app_provider.mojom

Issue 1756793004: Chrome-side patch for IsAppInstalled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@splitpatch2
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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/installedapp/installed_app_provider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/installedapp/installed_app_provider.mojom
diff --git a/content/common/installedapp/installed_app_provider.mojom b/content/common/installedapp/installed_app_provider.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..9cc647c39fe8138e101fa47f57b86e90a24e739a
--- /dev/null
+++ b/content/common/installedapp/installed_app_provider.mojom
@@ -0,0 +1,11 @@
+// Copyright 2016 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 content;
+
+import "related_application.mojom";
+
+interface InstalledAppProvider {
+ FilterInstalledApps(array<RelatedApplication> relatedApps, string origin) => (array<RelatedApplication> installedApps);
+};
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/installedapp/installed_app_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698