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

Unified Diff: content/shell/utility/shell_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/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 f14c7db4e341ea24b81e53ec6dbb3fac23a1b125..a147619f6eef34397f4a1f45964aa5c956812470 100644
--- a/content/shell/utility/shell_content_utility_client.h
+++ b/content/shell/utility/shell_content_utility_client.h
@@ -14,7 +14,7 @@ class ShellContentUtilityClient : public ContentUtilityClient {
~ShellContentUtilityClient() override;
// ContentUtilityClient:
- void RegisterMojoApplications(StaticMojoApplicationMap* apps) override;
+ void RegisterServices(StaticServiceMap* services) override;
void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) override;
};
« no previous file with comments | « content/shell/browser/shell_content_browser_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