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

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

Issue 2804373002: Eliminate Connector::Connect(), Connection, etc. (Closed)
Patch Set: . Created 3 years, 8 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/app/mash/mash_runner.cc ('k') | components/filesystem/file_system_app.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 bc097e1f49248ac741c21c3c723babb943fb1d55..d5ea89c337823060cb3c80b294c7fec7244c0ee2 100644
--- a/chrome/test/base/mash_browser_tests_main.cc
+++ b/chrome/test/base/mash_browser_tests_main.cc
@@ -44,7 +44,7 @@ const base::FilePath::CharType kCatalogFilename[] =
FILE_PATH_LITERAL("mash_browser_tests_catalog.json");
void ConnectToDefaultApps(service_manager::Connector* connector) {
- connector->Connect(mash::session::mojom::kServiceName);
+ connector->StartService(mash::session::mojom::kServiceName);
}
class MashTestSuite : public ChromeTestSuite {
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | components/filesystem/file_system_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698