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

Unified Diff: mojo/services/test_service/test_service_impl.h

Issue 718473003: Add mojo::Binding<Interface> for more flexible pipe<->impl binding (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename Binding::router() -> Binding::internal_router() Created 6 years, 1 month 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/services/test_service/test_service_impl.h
diff --git a/mojo/services/test_service/test_service_impl.h b/mojo/services/test_service/test_service_impl.h
index 904320b2667b6ebb0e271f5d61c5576e9cddfe7c..e782f859e6f7ea2089c2e23f3e0198ec984ed7b3 100644
--- a/mojo/services/test_service/test_service_impl.h
+++ b/mojo/services/test_service/test_service_impl.h
@@ -23,7 +23,6 @@ class TestServiceImpl : public InterfaceImpl<TestService> {
~TestServiceImpl() override;
// |TestService| methods:
- void OnConnectionEstablished() override;
void OnConnectionError() override;
void Ping(const mojo::Callback<void()>& callback) override;
void ConnectToAppAndGetTime(

Powered by Google App Engine
This is Rietveld 408576698