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

Unified Diff: services/service_manager/standalone/context.h

Issue 2576233002: Consolidating the mojo NativeRunner functionality. (Closed)
Patch Set: Merged mojo_runner_host_unittests in service_manager_unittests Created 4 years 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 | « services/service_manager/service_manager.cc ('k') | services/service_manager/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/standalone/context.h
diff --git a/services/service_manager/standalone/context.h b/services/service_manager/standalone/context.h
index 46fcfb636f5e3e5549cc4f697587436e94287771..64b3fc41c838527029d661a4cd071ccfdca59d65 100644
--- a/services/service_manager/standalone/context.h
+++ b/services/service_manager/standalone/context.h
@@ -30,8 +30,6 @@ namespace service_manager {
constexpr size_t kThreadPoolMaxThreads = 3;
-class NativeRunnerDelegate;
-
// The "global" context for the service manager's main process.
class Context : public mojo::edk::ProcessDelegate {
public:
@@ -39,7 +37,8 @@ class Context : public mojo::edk::ProcessDelegate {
InitParams();
~InitParams();
- NativeRunnerDelegate* native_runner_delegate = nullptr;
+ ServiceProcessLauncher::Delegate*
+ service_process_launcher_delegate = nullptr;
std::unique_ptr<catalog::Store> catalog_store;
// If true the edk is initialized.
bool init_edk = true;
« no previous file with comments | « services/service_manager/service_manager.cc ('k') | services/service_manager/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698