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

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

Issue 2398783002: Rename a bunch of Mojo Application stuff to reference Services. (Closed)
Patch Set: . Created 4 years, 2 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 16501fc21d75b145f857c2b7e765c23549bfaa18..05f46a57a57c715d5d7f21f24b61105248f71207 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -10,7 +10,7 @@
#include "base/callback_forward.h"
#include "content/public/common/content_client.h"
-#include "content/public/common/mojo_application_info.h"
+#include "content/public/common/service_info.h"
class GURL;
@@ -24,7 +24,7 @@ namespace content {
// Embedder API for participating in renderer logic.
class CONTENT_EXPORT ContentUtilityClient {
public:
- using StaticMojoApplicationMap = std::map<std::string, MojoApplicationInfo>;
+ using StaticServiceMap = std::map<std::string, ServiceInfo>;
virtual ~ContentUtilityClient() {}
@@ -38,8 +38,7 @@ class CONTENT_EXPORT ContentUtilityClient {
// browser process via |registry|.
virtual void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) {}
- // Registers Mojo applications.
- virtual void RegisterMojoApplications(StaticMojoApplicationMap* apps) {}
+ virtual void RegisterServices(StaticServiceMap* services) {}
};
} // namespace content
« no previous file with comments | « content/public/test/mock_render_thread.cc ('k') | content/renderer/mus/render_widget_window_tree_client_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698