| Index: mash/quick_launch/quick_launch.cc
|
| diff --git a/mash/quick_launch/quick_launch.cc b/mash/quick_launch/quick_launch.cc
|
| index 1eb5a16ca332d082c08043c1e924fc2e9b9f18a0..18cacff1e32e473625a6234ecf3e910a958a1a69 100644
|
| --- a/mash/quick_launch/quick_launch.cc
|
| +++ b/mash/quick_launch/quick_launch.cc
|
| @@ -190,8 +190,7 @@ void QuickLaunch::Launch(uint32_t what, mojom::LaunchMode how) {
|
| return;
|
| }
|
| catalog::mojom::CatalogPtr catalog;
|
| - context()->connector()->ConnectToInterface(catalog::mojom::kServiceName,
|
| - &catalog);
|
| + context()->connector()->BindInterface(catalog::mojom::kServiceName, &catalog);
|
|
|
| views::Widget* window = views::Widget::CreateWindowWithContextAndBounds(
|
| new QuickLaunchUI(this, context()->connector(), std::move(catalog)),
|
|
|