Chromium Code Reviews| Index: content/renderer/mojo/thread_safe_associated_interface_ptr_provider.h | 
| diff --git a/content/renderer/mojo/thread_safe_associated_interface_ptr_provider.h b/content/renderer/mojo/thread_safe_associated_interface_ptr_provider.h | 
| index a05f2b9ffe16755d7b23bd9f16456ea043896f46..87dd2ab304fd9a03d6bb2942b94997389d05b268 100644 | 
| --- a/content/renderer/mojo/thread_safe_associated_interface_ptr_provider.h | 
| +++ b/content/renderer/mojo/thread_safe_associated_interface_ptr_provider.h | 
| @@ -29,7 +29,8 @@ class ThreadSafeAssociatedInterfacePtrProvider { | 
| scoped_refptr<mojo::ThreadSafeAssociatedInterfacePtr<Interface>> | 
| CreateInterfacePtr() { | 
| scoped_refptr<mojo::ThreadSafeAssociatedInterfacePtr<Interface>> ptr = | 
| - mojo::ThreadSafeAssociatedInterfacePtr<Interface>::CreateUnbound(); | 
| + mojo::ThreadSafeAssociatedInterfacePtr<Interface>::CreateUnbound( | 
| + channel_proxy_->ipc_task_runner()); | 
| channel_proxy_->RetrieveAssociatedInterfaceOnIOThread<Interface>(base::Bind( | 
| 
 
leonhsl(Using Gerrit)
2016/12/30 06:53:15
I'm not sure I fully understand,, would you please
 
Jay Civelli
2017/01/03 16:40:56
I am not sure I fully understand the question.
The
 
leonhsl(Using Gerrit)
2017/01/04 03:35:03
So I suppose the following scenario maybe is not a
 
 | 
| &ThreadSafeAssociatedInterfacePtrProvider::BindInterfacePtr<Interface>, | 
| ptr)); |