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

Unified Diff: chrome/test/base/mojo_test_connector.h

Issue 2295433003: Changes around how browser_tests are launched for mash (Closed)
Patch Set: make manifest chromeos specific Created 4 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
« no previous file with comments | « chrome/test/base/mash_browser_tests_manifest.json ('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 bd34addfea29ed89b5fd5c8011122acebcc0a047..bf295f1cb800041a48441fc8110454c48b201c07 100644
--- a/chrome/test/base/mojo_test_connector.h
+++ b/chrome/test/base/mojo_test_connector.h
@@ -30,6 +30,10 @@ class MojoTestConnector {
// Switch added to command line of each test.
static const char kTestSwitch[];
+ // Command line switch added to all apps that are expected to be provided by
+ // browser_tests.
+ static const char kMashApp[];
+
MojoTestConnector();
~MojoTestConnector();
@@ -41,6 +45,10 @@ class MojoTestConnector {
base::TestLauncher::LaunchOptions* test_launch_options);
private:
+ class NativeRunnerDelegateImpl;
+
+ std::unique_ptr<NativeRunnerDelegateImpl> native_runner_delegate_;
+
shell::BackgroundShell background_shell_;
DISALLOW_COPY_AND_ASSIGN(MojoTestConnector);
« no previous file with comments | « chrome/test/base/mash_browser_tests_manifest.json ('k') | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698