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

Unified Diff: ash/mus/app_launch_unittest.cc

Issue 2617883002: Add a new BindInterface() method to Connector. (Closed)
Patch Set: . Created 3 years, 11 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 | « ash/mus/accessibility_delegate_mus.cc ('k') | ash/mus/keyboard_ui_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/app_launch_unittest.cc
diff --git a/ash/mus/app_launch_unittest.cc b/ash/mus/app_launch_unittest.cc
index 86a0cd86bfa1862393ccdc677452b22a2fa41c58..7cf67d04777f9bd7ec45c3afa073d95f5c47f470 100644
--- a/ash/mus/app_launch_unittest.cc
+++ b/ash/mus/app_launch_unittest.cc
@@ -37,7 +37,7 @@ TEST_F(AppLaunchTest, TestQuickLaunch) {
connector()->Connect(mash::quick_launch::mojom::kServiceName);
ui::mojom::WindowServerTestPtr test_interface;
- connector()->ConnectToInterface(ui::mojom::kServiceName, &test_interface);
+ connector()->BindInterface(ui::mojom::kServiceName, &test_interface);
base::RunLoop run_loop;
bool success = false;
« no previous file with comments | « ash/mus/accessibility_delegate_mus.cc ('k') | ash/mus/keyboard_ui_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698