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

Unified Diff: mojo/shell/in_process_dynamic_service_runner.h

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.h
diff --git a/mojo/shell/in_process_dynamic_service_runner.h b/mojo/shell/in_process_dynamic_service_runner.h
index 3c72db31064228a6d3ab79d21f61194d50261da8..699428e75bdf711320fd7c731d64c96ca6b4e027 100644
--- a/mojo/shell/in_process_dynamic_service_runner.h
+++ b/mojo/shell/in_process_dynamic_service_runner.h
@@ -11,7 +11,6 @@
#include "base/scoped_native_library.h"
#include "base/threading/simple_thread.h"
#include "mojo/shell/dynamic_service_runner.h"
-#include "mojo/shell/keep_alive.h"
namespace mojo {
namespace shell {
@@ -34,7 +33,6 @@ class InProcessDynamicServiceRunner
// |base::DelegateSimpleThread::Delegate| method:
virtual void Run() OVERRIDE;
- KeepAlive keep_alive_;
base::FilePath app_path_;
ScopedMessagePipeHandle service_handle_;
base::Callback<bool(void)> app_completed_callback_runner_;

Powered by Google App Engine
This is Rietveld 408576698