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

Unified Diff: content/shell/utility/shell_content_utility_client.h

Issue 2810343002: Convert UtilityThread/Clients to add ConnectionFilters instead of using ChildThread's InterfaceRegi… (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
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e0577059d8dc37c36b824749c4f74883bd7384aa..3ab2f82bc7af9a185ce001c25d1bd637e7a8ef07 100644
--- a/content/shell/utility/shell_content_utility_client.h
+++ b/content/shell/utility/shell_content_utility_client.h
@@ -14,9 +14,8 @@ class ShellContentUtilityClient : public ContentUtilityClient {
~ShellContentUtilityClient() override;
// ContentUtilityClient:
+ void UtilityThreadStarted() override;
void RegisterServices(StaticServiceMap* services) override;
- void ExposeInterfacesToBrowser(
- service_manager::InterfaceRegistry* registry) override;
};
} // namespace content
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698