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

Unified Diff: mojo/public/cpp/application/connection_context.h

Issue 2034383003: Removed exposed_services from mojom definitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « mojo/public/cpp/application/connect.h ('k') | mojo/public/cpp/application/lib/application_impl_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =
« no previous file with comments | « mojo/public/cpp/application/connect.h ('k') | mojo/public/cpp/application/lib/application_impl_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698