| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index ac12b2649be4ee7be55a128da4cba7668c3946e4..f31aece09c4fbca6e322ba37581a8211b01d6fe0 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -525,7 +525,7 @@ RenderFrameHostImpl::GetRemoteAssociatedInterfaces() {
|
| } else {
|
| // The channel may not be initialized in some tests environments. In this
|
| // case we set up a dummy interface provider.
|
| - mojo::GetDummyProxyForTesting(&remote_interfaces);
|
| + mojo::GetIsolatedProxy(&remote_interfaces);
|
| }
|
| remote_associated_interfaces_.reset(new AssociatedInterfaceProviderImpl(
|
| std::move(remote_interfaces)));
|
|
|