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

Unified Diff: mojo/services/test_service/test_request_tracker_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_request_tracker_impl.h
diff --git a/mojo/services/test_service/test_request_tracker_impl.h b/mojo/services/test_service/test_request_tracker_impl.h
index d2104dc7a67b16a9b5e4a8738c21bced13ef2e29..561107fa63bbdd9e6b8038d22a31521fecea903d 100644
--- a/mojo/services/test_service/test_request_tracker_impl.h
+++ b/mojo/services/test_service/test_request_tracker_impl.h
@@ -33,8 +33,7 @@ class TestRequestTrackerImpl : public InterfaceImpl<TestRequestTracker> {
// TestRequestTracker.
void RecordStats(uint64_t client_id, ServiceStatsPtr stats) override;
- // InterfaceImpl override.
- void OnConnectionEstablished() override;
+ void OnConnectionEstablished();
private:
void UploaderNameCallback(uint64_t id, const mojo::String& name);

Powered by Google App Engine
This is Rietveld 408576698