| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 8f93e6776a575a5a532d7e4e7d6403f81c95c7d7..e201f474c829639a575bbee9cc8af59d3a3ccfe3 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -46,6 +46,7 @@
|
| #include "content/browser/mojo/mojo_shell_context.h"
|
| #include "content/browser/net/browser_online_state_observer.h"
|
| #include "content/browser/renderer_host/media/media_stream_manager.h"
|
| +#include "content/browser/render_widget_view_service_listener.h"
|
| #include "content/browser/speech/speech_recognition_manager_impl.h"
|
| #include "content/browser/startup_task_runner.h"
|
| #include "content/browser/time_zone_monitor.h"
|
| @@ -936,6 +937,7 @@ int BrowserMainLoop::PreMainMessageLoopRun() {
|
| #if defined(USE_AURA)
|
| views::WindowManagerConnection::Create(
|
| MojoShellConnection::Get()->GetApplication());
|
| + RenderWidgetViewServiceListener::Create();
|
| #endif
|
| }
|
| #endif
|
|
|