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

Unified Diff: mojo/shell/in_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: Bring back ConnectToServiceViaNetwork 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/in_process_dynamic_service_runner.cc
diff --git a/mojo/shell/in_process_dynamic_service_runner.cc b/mojo/shell/in_process_dynamic_service_runner.cc
index 8b38239172cada0b1b60dd517a6c4808e8153bc0..eee3f17901039019c6e4458f93e22eb31d57685c 100644
--- a/mojo/shell/in_process_dynamic_service_runner.cc
+++ b/mojo/shell/in_process_dynamic_service_runner.cc
@@ -41,8 +41,7 @@ bool SetThunks(Thunks (*make_thunks)(),
}
InProcessDynamicServiceRunner::InProcessDynamicServiceRunner(
- Context* context)
- : keep_alive_(context) {
+ Context* context) {
}
InProcessDynamicServiceRunner::~InProcessDynamicServiceRunner() {

Powered by Google App Engine
This is Rietveld 408576698