Index: services/native_viewport/app_delegate.h |
diff --git a/services/native_viewport/app_delegate.h b/services/native_viewport/app_delegate.h |
index 2362355d0a28c271a9208bcc429cc8cba794fbfb..dc496e44f6455040bef5910e0a9acc73aba6e16f 100644 |
--- a/services/native_viewport/app_delegate.h |
+++ b/services/native_viewport/app_delegate.h |
@@ -24,10 +24,7 @@ |
namespace native_viewport { |
-class NativeViewportAppDelegate |
- : public mojo::ApplicationDelegate, |
- public mojo::InterfaceFactory<mojo::NativeViewport>, |
- public mojo::InterfaceFactory<mojo::Gpu> { |
+class NativeViewportAppDelegate : public mojo::ApplicationDelegate { |
public: |
NativeViewportAppDelegate(); |
~NativeViewportAppDelegate() override; |
@@ -38,14 +35,6 @@ class NativeViewportAppDelegate |
bool ConfigureIncomingConnection( |
mojo::ApplicationConnection* connection) override; |
- // mojo::InterfaceFactory<mojo::NativeViewport> implementation. |
- void Create(const mojo::ConnectionContext& connection_context, |
- mojo::InterfaceRequest<mojo::NativeViewport> request) override; |
- |
- // mojo::InterfaceFactory<mojo::Gpu> implementation. |
- void Create(const mojo::ConnectionContext& connection_context, |
- mojo::InterfaceRequest<mojo::Gpu> request) override; |
- |
private: |
void InitLogging(mojo::ApplicationImpl* application); |