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

Unified Diff: apps/moterm/moterm_view.h

Issue 1976063002: More work on ServiceProviderImpl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sigh 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 | apps/moterm/moterm_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/moterm_view.h
diff --git a/apps/moterm/moterm_view.h b/apps/moterm/moterm_view.h
index 692670b44fb79de714d4c79f5928e5029b66cece..3595c4e859d24f5c0938d801c0beef5ca3375b15 100644
--- a/apps/moterm/moterm_view.h
+++ b/apps/moterm/moterm_view.h
@@ -12,7 +12,6 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "mojo/common/binding_set.h"
-#include "mojo/public/cpp/application/interface_factory.h"
#include "mojo/public/cpp/application/service_provider_impl.h"
#include "mojo/public/cpp/bindings/callback.h"
#include "mojo/public/cpp/bindings/interface_request.h"
@@ -30,7 +29,6 @@ class MotermView : public mojo::ui::GaneshView,
public mojo::ui::InputListener,
public MotermModel::Delegate,
public MotermDriver::Client,
- public mojo::InterfaceFactory<mojo::terminal::Terminal>,
public mojo::terminal::Terminal {
public:
MotermView(
@@ -60,11 +58,6 @@ class MotermView : public mojo::ui::GaneshView,
void OnClosed() override;
void OnDestroyed() override;
- // |mojo::InterfaceFactory<mojo::terminal::Terminal>|:
- void Create(
- const mojo::ConnectionContext& connection_context,
- mojo::InterfaceRequest<mojo::terminal::Terminal> request) override;
-
// |mojo::terminal::Terminal| implementation:
void Connect(mojo::InterfaceRequest<mojo::files::File> terminal_file,
bool force,
« no previous file with comments | « no previous file | apps/moterm/moterm_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698