Index: mojo/public/cpp/application/connection_context.h |
diff --git a/mojo/public/cpp/application/connection_context.h b/mojo/public/cpp/application/connection_context.h |
index 59ce434505a5d1ec87570de3f4996d92d24f6b17..c89cad9766c3ad0d872330315f4540fb1ef1c70a 100644 |
--- a/mojo/public/cpp/application/connection_context.h |
+++ b/mojo/public/cpp/application/connection_context.h |
@@ -19,9 +19,6 @@ namespace mojo { |
// string resolved_url, |
// ServiceProvider& services); |
// |
-// (TODO(vtl): I've jumped the gun: I've pre-removed |exposed_services|, made |
-// |services| non-nullable, and reordered the parameters.) |
-// |
// Upon handling |AcceptConnection()|, the |ServiceProvider| implementation |
// bound to |services| is given a |ConnectionContext| with |type = |
// Type::INCOMING|, |remote_url = requestor_url|, and |connection_url = |