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

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

Issue 2138263002: Revert of Move content's shell connections to the IO thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/browser/chromeos/chrome_interface_factory.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/mash_browser_tests_main.cc
diff --git a/chrome/test/base/mash_browser_tests_main.cc b/chrome/test/base/mash_browser_tests_main.cc
index 47d736f6cd126e3dde93a005041b3c920e2d6067..e23e754a88609d5604c33e037d9265811c500cee 100644
--- a/chrome/test/base/mash_browser_tests_main.cc
+++ b/chrome/test/base/mash_browser_tests_main.cc
@@ -10,7 +10,6 @@
#include "base/memory/ptr_util.h"
#include "base/process/launch.h"
#include "base/sys_info.h"
-#include "base/threading/thread_task_runner_handle.h"
#include "chrome/test/base/chrome_test_launcher.h"
#include "chrome/test/base/chrome_test_suite.h"
#include "chrome/test/base/mojo_test_connector.h"
@@ -109,9 +108,7 @@
MashTestLauncherDelegate* delegate) {
std::unique_ptr<content::MojoShellConnection> connection(
content::MojoShellConnection::Create(
- delegate->GetMojoTestConnectorForSingleProcess()->Init(),
- base::ThreadTaskRunnerHandle::Get()));
- connection->Start();
+ delegate->GetMojoTestConnectorForSingleProcess()->Init()));
ConnectToDefaultApps(connection->GetConnector());
return connection;
}
« no previous file with comments | « chrome/browser/chromeos/chrome_interface_factory.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698