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

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

Issue 2566663004: Revert of Build services as standalone executables (Closed)
Patch Set: 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
Index: chrome/test/base/mojo_test_connector.cc
diff --git a/chrome/test/base/mojo_test_connector.cc b/chrome/test/base/mojo_test_connector.cc
index 3334cb536327295ed83f6d6f2a6c42956bf66e8e..0e41bc307f8ddf6a5ce0fb8e9214082a237d9b48 100644
--- a/chrome/test/base/mojo_test_connector.cc
+++ b/chrome/test/base/mojo_test_connector.cc
@@ -214,11 +214,8 @@
const service_manager::Identity& target,
base::CommandLine* command_line) override {
if (target.name() != kTestName) {
- if (target.name() == kTestRunnerName) {
+ if (target.name() == kTestRunnerName)
RemoveMashFromBrowserTests(command_line);
- command_line->SetProgram(
- base::CommandLine::ForCurrentProcess()->GetProgram());
- }
command_line->AppendSwitch(MojoTestConnector::kMashApp);
return;
}
« no previous file with comments | « chrome/test/base/mash_browser_tests_main.cc ('k') | content/browser/service_manager/service_manager_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698