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

Unified Diff: content/shell/utility/shell_content_utility_client.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/shell/utility/shell_content_utility_client.h
diff --git a/content/shell/utility/shell_content_utility_client.h b/content/shell/utility/shell_content_utility_client.h
index afb566ae6611b23f3c1eb7ca13f44e82eecb0a46..e14bd7081b0181285040c13bd7fed5203eec8ce4 100644
--- a/content/shell/utility/shell_content_utility_client.h
+++ b/content/shell/utility/shell_content_utility_client.h
@@ -9,6 +9,10 @@
#include "content/public/common/network_service_test.mojom.h"
#include "content/public/utility/content_utility_client.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
class ShellContentUtilityClient : public ContentUtilityClient {
@@ -23,7 +27,9 @@ class ShellContentUtilityClient : public ContentUtilityClient {
service_manager::BinderRegistry* registry) override;
private:
- void Create(mojom::NetworkServiceTestRequest request);
+ void BindNetworkServiceTestRequest(
+ const service_manager::BindSourceInfo& source_info,
+ mojom::NetworkServiceTestRequest request);
std::unique_ptr<mojom::NetworkServiceTest> network_service_test_;
« no previous file with comments | « content/shell/renderer/shell_content_renderer_client.cc ('k') | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698