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

Unified Diff: content/common/installedapp/installed_app_provider_impl.h

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
Index: content/common/installedapp/installed_app_provider_impl.h
diff --git a/content/common/installedapp/installed_app_provider_impl.h b/content/common/installedapp/installed_app_provider_impl.h
new file mode 100644
index 0000000000000000000000000000000000000000..29fae6cd97470f42b451593ec7c812538bc8a081
--- /dev/null
+++ b/content/common/installedapp/installed_app_provider_impl.h
@@ -0,0 +1,19 @@
+// 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.
+
+#ifndef CONTENT_COMMON_INSTALLEDAPP_INSTALLED_APP_PROVIDER_IMPL_H
+#define CONTENT_COMMON_INSTALLEDAPP_INSTALLED_APP_PROVIDER_IMPL_H
+
+#include "content/common/installedapp/installed_app_provider.mojom.h"
+
+namespace content {
+
+class InstalledAppProviderImpl {
+ public:
+ static void Create(mojo::InterfaceRequest<InstalledAppProvider> request);
+};
+
+} // namespace content
+
+#endif // CONTENT_COMMON_INSTALLEDAPP_INSTALLED_APP_PROVIDER_IMPL_H

Powered by Google App Engine
This is Rietveld 408576698