| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 4d2111f6f6ae5a306b10f81e7556f076746ee454..6d0b43d88942ea77a755bccc41724d17f9848fb3 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -208,8 +208,6 @@
|
| #endif // defined(OS_POSIX)
|
|
|
| #if defined(USE_OZONE)
|
| -#include "ui/ozone/public/client_native_pixmap_factory.h"
|
| -#include "ui/ozone/public/ozone_platform.h"
|
| #include "ui/ozone/public/ozone_switches.h"
|
| #endif
|
|
|
| @@ -1819,12 +1817,6 @@ void RenderProcessHostImpl::OnChannelConnected(int32_t peer_pid) {
|
| tracked_objects::ThreadData::status();
|
| Send(new ChildProcessMsg_SetProfilerStatus(status));
|
|
|
| -#if defined(USE_OZONE)
|
| - Send(new ChildProcessMsg_InitializeClientNativePixmapFactory(
|
| - base::FileDescriptor(
|
| - ui::OzonePlatform::GetInstance()->OpenClientNativePixmapDevice())));
|
| -#endif
|
| -
|
| // Inform AudioInputRendererHost about the new render process PID.
|
| // AudioInputRendererHost is reference counted, so its lifetime is
|
| // guaranteed during the lifetime of the closure.
|
|
|