| Index: ui/wm/core/wm_state.cc
 | 
| diff --git a/ui/wm/core/wm_state.cc b/ui/wm/core/wm_state.cc
 | 
| index 991940e7323711075ecac5ef98d7d6280dab004d..6d580863394b0c4b0c4639647d778c071ae44796 100644
 | 
| --- a/ui/wm/core/wm_state.cc
 | 
| +++ b/ui/wm/core/wm_state.cc
 | 
| @@ -15,8 +15,6 @@ WMState::WMState()
 | 
|        transient_window_client_(new TransientWindowController) {
 | 
|    aura::client::SetWindowStackingClient(window_stacking_client_.get());
 | 
|    aura::client::SetTransientWindowClient(transient_window_client_.get());
 | 
| -  if (!ui::PlatformEventSource::GetInstance())
 | 
| -    event_source_ = ui::PlatformEventSource::CreateDefault();
 | 
|  }
 | 
|  
 | 
|  WMState::~WMState() {
 | 
| 
 |