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

Unified Diff: services/shell/public/cpp/connection.h

Issue 2131493002: ShellConnection -> ServiceContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@st
Patch Set: . Created 4 years, 5 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 | « services/shell/public/cpp/application_runner.h ('k') | services/shell/public/cpp/connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/connection.h
diff --git a/services/shell/public/cpp/connection.h b/services/shell/public/cpp/connection.h
index b72bf8909679c30a58b51017691614d957f9d2ca..eb49c2c8392746089a209433ae619c00d8f7c9e0 100644
--- a/services/shell/public/cpp/connection.h
+++ b/services/shell/public/cpp/connection.h
@@ -38,7 +38,7 @@ class InterfaceProvider;
//
// A Connection returned via Shell::ConnectToApplication() is owned by the
// caller.
-// An Connection received via AcceptConnection is owned by the ShellConnection.
+// An Connection received via OnConnect is owned by the ServiceContext.
// To close a connection, call CloseConnection which will destroy this object.
class Connection {
public:
« no previous file with comments | « services/shell/public/cpp/application_runner.h ('k') | services/shell/public/cpp/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698