| 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 84dcc3b5635758b26de0cf77d4c427406d7e20f4..46fc2157da899d6fde75f5640dd0ceb8994b6e87 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -204,7 +204,6 @@
|
| #include "ui/native_theme/native_theme_switches.h"
|
|
|
| #if defined(OS_ANDROID)
|
| -#include "content/browser/screen_orientation/screen_orientation_listener_android.h"
|
| #include "content/public/browser/android/java_interfaces.h"
|
| #include "ipc/ipc_sync_channel.h"
|
| #include "media/audio/android/audio_manager_android.h"
|
| @@ -1193,7 +1192,6 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| AddFilter(new PushMessagingMessageFilter(
|
| GetID(), storage_partition_impl_->GetServiceWorkerContext()));
|
| #if defined(OS_ANDROID)
|
| - AddFilter(new ScreenOrientationListenerAndroid());
|
| synchronous_compositor_filter_ =
|
| new SynchronousCompositorBrowserFilter(GetID());
|
| AddFilter(synchronous_compositor_filter_.get());
|
|
|