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

Unified Diff: components/installedapp/installed_app_provider_impl.h

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_impl.h
diff --git a/components/installedapp/installed_app_provider_impl.h b/components/installedapp/installed_app_provider_impl.h
new file mode 100644
index 0000000000000000000000000000000000000000..f797ea83371c615b229cda97f1e429f9486da5d2
--- /dev/null
+++ b/components/installedapp/installed_app_provider_impl.h
@@ -0,0 +1,21 @@
+// Copyright 2014 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 COMPONENTS_INSTALLEDAPP_INSTALLEDAPP_MANAGER_IMPL_H_
+#define COMPONENTS_INSTALLEDAPP_INSTALLEDAPP_MANAGER_IMPL_H_
+
+#include "components/installedapp/installed_app_export.h"
+#include "components/installedapp/installed_app_provider.mojom.h"
+
+namespace components {
+
+class InstalledAppProviderImpl {
+ public:
+ COMPONENTS_INSTALLEDAPP_EXPORT static void Create(
+ mojo::InterfaceRequest<InstalledAppProvider> request);
+};
+
+} // namespace components
+
+#endif // COMPONENTS_INSTALLEDAPP_INSTALLEDAPP_MANAGER_IMPL_H_
« no previous file with comments | « components/installedapp/installed_app_provider.mojom ('k') | components/installedapp/installed_app_provider_impl_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698