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

Unified Diff: services/navigation/content_client/content_browser_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: services/navigation/content_client/content_browser_client.h
diff --git a/services/navigation/content_client/content_browser_client.h b/services/navigation/content_client/content_browser_client.h
index 515ac34ad77b156bc1df2d9b2e50002cebf9ba80..7198dd3b913bb9e8f042390d872509ed27cfb233 100644
--- a/services/navigation/content_client/content_browser_client.h
+++ b/services/navigation/content_client/content_browser_client.h
@@ -23,10 +23,9 @@ class ContentBrowserClient : public content::ContentBrowserClient {
// Overridden from content::ContentBrowserClient:
content::BrowserMainParts* CreateBrowserMainParts(
const content::MainFunctionParams& parameters) override;
- std::string GetShellUserIdForBrowserContext(
+ std::string GetServiceUserIdForBrowserContext(
content::BrowserContext* browser_context) override;
- void RegisterInProcessMojoApplications(
- StaticMojoApplicationMap* apps) override;
+ void RegisterInProcessServices(StaticServiceMap* services) override;
private:
BrowserMainParts* browser_main_parts_ = nullptr;
« no previous file with comments | « services/navigation/content_client/browser_main_parts.cc ('k') | services/navigation/content_client/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698