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

Unified Diff: content/public/browser/browser_main_parts.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
« no previous file with comments | « content/public/browser/browser_context.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_main_parts.h
diff --git a/content/public/browser/browser_main_parts.h b/content/public/browser/browser_main_parts.h
index ecdf0978c4d743e8be031e7ef12afd5d478d49bd..8b41253e0574dda3bba78cbea10c0dd9af315a70 100644
--- a/content/public/browser/browser_main_parts.h
+++ b/content/public/browser/browser_main_parts.h
@@ -9,7 +9,7 @@
namespace content {
-class MojoShellConnection;
+class ServiceManagerConnection;
// This class contains different "stages" to be executed by |BrowserMain()|,
// Each stage is represented by a single BrowserMainParts method, called from
@@ -72,7 +72,8 @@ class CONTENT_EXPORT BrowserMainParts {
// (or 0 if no error).
virtual int PreCreateThreads();
- virtual void MojoShellConnectionStarted(MojoShellConnection* connection) {}
+ virtual void ServiceManagerConnectionStarted(
+ ServiceManagerConnection* connection) {}
// This is called just before the main message loop is run. The
// various browser threads have all been created at this point
« no previous file with comments | « content/public/browser/browser_context.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698