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

Unified Diff: chrome/test/base/mojo_test_connector.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 | « chrome/app/mash/mash_runner.cc ('k') | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/mojo_test_connector.h
diff --git a/chrome/test/base/mojo_test_connector.h b/chrome/test/base/mojo_test_connector.h
index 6a960784d6b989199e7dbfb462c0f3a4bc37ad51..952df7f27f34beb63c7c1d66a2d6e1e89542a4c8 100644
--- a/chrome/test/base/mojo_test_connector.h
+++ b/chrome/test/base/mojo_test_connector.h
@@ -45,9 +45,10 @@ class MojoTestConnector {
base::TestLauncher::LaunchOptions* test_launch_options);
private:
- class NativeRunnerDelegateImpl;
+ class ServiceProcessLauncherDelegateImpl;
- std::unique_ptr<NativeRunnerDelegateImpl> native_runner_delegate_;
+ std::unique_ptr<ServiceProcessLauncherDelegateImpl>
+ service_process_launcher_delegate_;
service_manager::BackgroundServiceManager background_service_manager_;
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698