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

Unified Diff: services/native_viewport/app_delegate.h

Issue 1981513002: ApplicationConnection devolution, part 2.2. (Closed) Base URL: https://github.com/domokit/mojo.git@master
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 | « services/native_support/main.cc ('k') | services/native_viewport/app_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « services/native_support/main.cc ('k') | services/native_viewport/app_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698