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

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

Issue 2111353002: Move content's shell connections to the IO thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/navigation/view_impl.cc ('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 eb49c2c8392746089a209433ae619c00d8f7c9e0..1c78c7a121b389b9936be1c86076a142c48a55a4 100644
--- a/services/shell/public/cpp/connection.h
+++ b/services/shell/public/cpp/connection.h
@@ -37,8 +37,7 @@ class InterfaceProvider;
// interface_registry.h for more information.
//
// A Connection returned via Shell::ConnectToApplication() is owned by the
-// caller.
-// An Connection received via OnConnect is owned by the ServiceContext.
+// caller. A 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/navigation/view_impl.cc ('k') | services/shell/public/cpp/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698