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

Unified Diff: mojo/service_manager/service_manager_unittest.cc

Issue 289873008: Mojo: Make overriding OnConnectionError optional (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: mojo/service_manager/service_manager_unittest.cc
diff --git a/mojo/service_manager/service_manager_unittest.cc b/mojo/service_manager/service_manager_unittest.cc
index 3d21dc80277d28d741e2f6f117726a1c2141cd16..cf87ffa861bb7ef010c1bafa7d833391c679a72e 100644
--- a/mojo/service_manager/service_manager_unittest.cc
+++ b/mojo/service_manager/service_manager_unittest.cc
@@ -34,10 +34,6 @@ class TestServiceImpl : public InterfaceImpl<TestService> {
--context_->num_impls;
}
- // InterfaceImpl<TestService> implementation.
- virtual void OnConnectionError() OVERRIDE {
- }
-
// TestService implementation:
virtual void Test(const mojo::String& test_string) OVERRIDE {
context_->last_test_string = test_string.To<std::string>();

Powered by Google App Engine
This is Rietveld 408576698