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

Unified Diff: base/test/multiprocess_test.cc

Issue 1446363003: Deleted OS_WIN and all Windows specific files from base. (Closed) Base URL: https://github.com/domokit/mojo.git@base_tests
Patch Set: Created 5 years, 1 month 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 | « base/test/launcher/unit_test_launcher.cc ('k') | base/test/test_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/multiprocess_test.cc
diff --git a/base/test/multiprocess_test.cc b/base/test/multiprocess_test.cc
index 2cd6d8ca0331ffac1c80c3faab3d40f85d58a574..3429decd683dca16c4ea27ef2201ffa71a32b77a 100644
--- a/base/test/multiprocess_test.cc
+++ b/base/test/multiprocess_test.cc
@@ -40,9 +40,6 @@ MultiProcessTest::MultiProcessTest() {
Process MultiProcessTest::SpawnChild(const std::string& procname) {
LaunchOptions options;
-#if defined(OS_WIN)
- options.start_hidden = true;
-#endif
return SpawnChildWithOptions(procname, options);
}
« no previous file with comments | « base/test/launcher/unit_test_launcher.cc ('k') | base/test/test_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698