| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index 46402e2a70925b9eb5ff1a776e3f5837ce55b43e..7aa89dd901576249e254500614f537ab44f7ebad 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -144,7 +144,7 @@ PpapiThread::PpapiThread(const base::CommandLine& command_line, bool is_broker)
|
| discardable_memory::mojom::DiscardableSharedMemoryManagerPtr manager_ptr;
|
| if (IsRunningInMash()) {
|
| #if defined(USE_AURA)
|
| - GetServiceManagerConnection()->GetConnector()->ConnectToInterface(
|
| + GetServiceManagerConnection()->GetConnector()->BindInterface(
|
| ui::mojom::kServiceName, &manager_ptr);
|
| #else
|
| NOTREACHED();
|
|
|