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

Unified Diff: mojo/shell/out_of_process_dynamic_service_runner.cc

Issue 491443005: Get rid of KeepAlive. Quit shell when all urls run directly by Context are closed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 6 years, 4 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/shell/out_of_process_dynamic_service_runner.cc
diff --git a/mojo/shell/out_of_process_dynamic_service_runner.cc b/mojo/shell/out_of_process_dynamic_service_runner.cc
index 9b2e3cfac727233bc6b2f81e7e43466883dfa4eb..5f21d409f7668d95ab3cd302bf256f7821f3c7cb 100644
--- a/mojo/shell/out_of_process_dynamic_service_runner.cc
+++ b/mojo/shell/out_of_process_dynamic_service_runner.cc
@@ -15,8 +15,7 @@ namespace shell {
OutOfProcessDynamicServiceRunner::OutOfProcessDynamicServiceRunner(
Context* context)
- : context_(context),
- keep_alive_(context) {
+ : context_(context) {
}
OutOfProcessDynamicServiceRunner::~OutOfProcessDynamicServiceRunner() {

Powered by Google App Engine
This is Rietveld 408576698