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

Unified Diff: chrome/browser/chrome_browser_main_extra_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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_extra_parts.h
diff --git a/chrome/browser/chrome_browser_main_extra_parts.h b/chrome/browser/chrome_browser_main_extra_parts.h
index a76659266ea31ae7c09c25fa895a4658b22eab1e..7d9a2eee98fbe1a49df30c9a3ca436b2118f38fd 100644
--- a/chrome/browser/chrome_browser_main_extra_parts.h
+++ b/chrome/browser/chrome_browser_main_extra_parts.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_H_
namespace content {
-class MojoShellConnection;
+class ServiceManagerConnection;
}
// Interface class for Parts owned by ChromeBrowserMainParts.
@@ -38,8 +38,8 @@ class ChromeBrowserMainExtraParts {
// MainMessageLoopRun methods.
virtual void PreCreateThreads() {}
- virtual void MojoShellConnectionStarted(
- content::MojoShellConnection* connection) {}
+ virtual void ServiceManagerConnectionStarted(
+ content::ServiceManagerConnection* connection) {}
virtual void PreProfileInit() {}
virtual void PostProfileInit() {}
virtual void PreBrowserStart() {}
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698