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

Unified Diff: content/browser/installedapp/installed_app_provider_impl_default.h

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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/browser/installedapp/installed_app_provider_impl_default.h
diff --git a/content/browser/installedapp/installed_app_provider_impl_default.h b/content/browser/installedapp/installed_app_provider_impl_default.h
index 78c1e0d81b361776d93392b3dd3404ebd3f4ca6f..bc42a7fe76600b7f46d6e9d7ff0c7e0b7b0cf8e3 100644
--- a/content/browser/installedapp/installed_app_provider_impl_default.h
+++ b/content/browser/installedapp/installed_app_provider_impl_default.h
@@ -11,6 +11,10 @@
#include "third_party/WebKit/public/platform/modules/installedapp/installed_app_provider.mojom.h"
#include "third_party/WebKit/public/platform/modules/installedapp/related_application.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
// The default (no-op) implementation of the InstalledAppProvider Mojo service.
@@ -27,6 +31,7 @@ class InstalledAppProviderImplDefault
const FilterInstalledAppsCallback& callback) override;
static void Create(
+ const service_manager::BindSourceInfo& source_info,
mojo::InterfaceRequest<blink::mojom::InstalledAppProvider> request);
};

Powered by Google App Engine
This is Rietveld 408576698