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

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

Issue 1977123002: ApplicationConnection devolution, part 2.5. (Closed) Base URL: https://github.com/domokit/mojo.git@work790_app_conn_devo_2.4
Patch Set: Created 4 years, 7 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
Index: mojo/public/cpp/application/application_impl.h
diff --git a/mojo/public/cpp/application/application_impl.h b/mojo/public/cpp/application/application_impl.h
index bd6f50ce86ce765ff61664a7eac40b7112b1c0a0..b4038dcc93260319d194e069c2f228b1582ef78a 100644
--- a/mojo/public/cpp/application/application_impl.h
+++ b/mojo/public/cpp/application/application_impl.h
@@ -26,11 +26,10 @@ namespace mojo {
//
// Typically, you create one or more classes implementing your APIs (e.g.,
// FooImpl implementing Foo). See bindings/binding.h for more information. Then
-// you implement an mojo::ApplicationDelegate that either is or owns a
-// mojo::InterfaceFactory<Foo> and whose ConfigureIncomingConnection() adds that
-// factory to each connection. Finally, you instantiate your delegate and pass
-// it to an ApplicationRunner, which will create the ApplicationImpl and then
-// run a message (or run) loop.
+// you implement an mojo::ApplicationDelegate whose
+// ConfigureIncomingConnection() adds services to each connection. Finally, you
+// instantiate your delegate and pass it to an ApplicationRunner, which will
+// create the ApplicationImpl and then run a message (or run) loop.
class ApplicationImpl : public Application {
public:
// Does not take ownership of |delegate|, which must remain valid for the
« no previous file with comments | « mojo/public/cpp/application/application_connection.h ('k') | mojo/public/cpp/application/interface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698