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

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
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..13dfa67d73855d6e48364846e1106e02aca013cf 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 RegisterNetworkServices(
+ service_manager::BinderRegistry* registry) {}
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698