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

Unified Diff: examples/apptest/example_service_application.h

Issue 1975253002: ApplicationConnection devolution, part 2.1. (Closed) Base URL: https://github.com/domokit/mojo.git@work792-x-work791_service_registry_spimpl
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
« no previous file with comments | « no previous file | examples/apptest/example_service_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/example_service_application.h
diff --git a/examples/apptest/example_service_application.h b/examples/apptest/example_service_application.h
index e0a8ceeb29781d628e9d94277d1f51ab23c1531c..3e8602e8143a3a7afbb36974965e51fa373d7629 100644
--- a/examples/apptest/example_service_application.h
+++ b/examples/apptest/example_service_application.h
@@ -7,15 +7,13 @@
#include "examples/apptest/example_service_impl.h"
#include "mojo/public/cpp/application/application_delegate.h"
-#include "mojo/public/cpp/application/interface_factory.h"
#include "mojo/public/cpp/system/macros.h"
namespace mojo {
class ApplicationConnection;
-class ExampleServiceApplication : public ApplicationDelegate,
- public InterfaceFactory<ExampleService> {
+class ExampleServiceApplication : public ApplicationDelegate {
public:
ExampleServiceApplication();
~ExampleServiceApplication() override;
@@ -25,10 +23,6 @@ class ExampleServiceApplication : public ApplicationDelegate,
bool ConfigureIncomingConnection(
ApplicationConnection* connection) override;
- // InterfaceFactory<ExampleService> implementation.
- void Create(const ConnectionContext& connection_context,
- InterfaceRequest<ExampleService> request) override;
-
MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleServiceApplication);
};
« no previous file with comments | « no previous file | examples/apptest/example_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698