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

Unified Diff: content/public/utility/content_utility_client.h

Issue 2837813004: Sync the browser test host resolver with the network process before a test runs. (Closed)
Patch Set: review comments 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
« no previous file with comments | « content/public/test/test_host_resolver.cc ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/utility/content_utility_client.h
diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
index 6d2d41aa42fd2666d3939435010bb09d2b9992f7..0d552bf9e712ef35306c90136034fb6424f76086 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -13,6 +13,7 @@
#include "content/public/common/service_info.h"
namespace service_manager {
+class BinderRegistry;
class InterfaceRegistry;
}
@@ -37,6 +38,9 @@ class CONTENT_EXPORT ContentUtilityClient {
service_manager::InterfaceRegistry* registry) {}
virtual void RegisterServices(StaticServiceMap* services) {}
+
+ virtual void RegisterNetworkBinders(
+ service_manager::BinderRegistry* registry) {}
};
} // namespace content
« no previous file with comments | « content/public/test/test_host_resolver.cc ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698