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

Unified Diff: content/public/common/connection_filter.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/common/BUILD.gn ('k') | content/public/common/mojo_application_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/connection_filter.h
diff --git a/content/public/common/connection_filter.h b/content/public/common/connection_filter.h
index daa864b24b6afd99db5ba98a6c1f142fb95506e5..d8a784cca97c4f08abc0fd1b842d6ed11a0105db 100644
--- a/content/public/common/connection_filter.h
+++ b/content/public/common/connection_filter.h
@@ -16,9 +16,9 @@ class InterfaceRegistry;
namespace content {
// A ConnectionFilter may be used to conditionally expose interfaces on inbound
-// connections accepted by MojoShellConnection. ConnectionFilters are used
-// exclusively on the IO thread. See MojoShellConnection::AddConnectionFilter
-// for details.
+// connections accepted by ServiceManagerConnection. ConnectionFilters are used
+// exclusively on the IO thread. See
+// ServiceManagerConnection::AddConnectionFilter for details.
class CONTENT_EXPORT ConnectionFilter {
public:
virtual ~ConnectionFilter() {}
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/public/common/mojo_application_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698