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

Unified Diff: mojo/application_manager/application_manager_unittest.cc

Issue 718473003: Add mojo::Binding<Interface> for more flexible pipe<->impl binding (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/application_manager/application_manager_unittest.cc
diff --git a/mojo/application_manager/application_manager_unittest.cc b/mojo/application_manager/application_manager_unittest.cc
index dfb45ff57cd1bbd3325cff5db118f21dbe6f52ac..4db97064e202e1ceb7a615b10a9509aa8b4413b5 100644
--- a/mojo/application_manager/application_manager_unittest.cc
+++ b/mojo/application_manager/application_manager_unittest.cc
@@ -57,6 +57,7 @@ class TestServiceImpl : public InterfaceImpl<TestService> {
if (!base::MessageLoop::current()->is_running())
return;
base::MessageLoop::current()->Quit();
+ InterfaceImpl::OnConnectionError();
}
// TestService implementation:

Powered by Google App Engine
This is Rietveld 408576698