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

Unified Diff: mojo/application/public/cpp/lib/application_impl.cc

Issue 1249643004: media: Quit MojoMediaApplication when no ServiceFactory service is bound. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 years, 5 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 | « mojo/application/public/cpp/application_impl.h ('k') | mojo/shell/application_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/public/cpp/lib/application_impl.cc
diff --git a/mojo/application/public/cpp/lib/application_impl.cc b/mojo/application/public/cpp/lib/application_impl.cc
index dca66d6eddb3a13dc7ee3ada8bfa7996362ec30b..edfeed2f2f55fead1df90395918e4418485a8a8b 100644
--- a/mojo/application/public/cpp/lib/application_impl.cc
+++ b/mojo/application/public/cpp/lib/application_impl.cc
@@ -46,15 +46,14 @@ ApplicationImpl::ApplicationImpl(ApplicationDelegate* delegate,
ApplicationImpl::ApplicationImpl(ApplicationDelegate* delegate,
InterfaceRequest<Application> request,
- const base::Closure& termination_closure)
+ const Closure& termination_closure)
: delegate_(delegate),
binding_(this, request.Pass()),
termination_closure_(termination_closure),
app_lifetime_helper_(this),
quit_requested_(false),
in_destructor_(false),
- weak_factory_(this) {
-}
+ weak_factory_(this) {}
void ApplicationImpl::ClearConnections() {
// Copy the ServiceRegistryLists because they will be mutated by
« no previous file with comments | « mojo/application/public/cpp/application_impl.h ('k') | mojo/shell/application_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698