| Index: chrome/browser/browser_shutdown.cc
|
| diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc
|
| index e359a64066461a5bac9681b01ad57da192e7f636..8bee29e4e59e5e0681537268f124da470968851c 100644
|
| --- a/chrome/browser/browser_shutdown.cc
|
| +++ b/chrome/browser/browser_shutdown.cc
|
| @@ -132,13 +132,10 @@ void Shutdown() {
|
| // Singletons are finally destroyed in AtExitManager.
|
| chromeos::SystemKeyEventListener::GetInstance()->Stop();
|
|
|
| - // TODO(yusukes): Remove the #if once the ARM bot (crbug.com/84694) is fixed.
|
| -#if defined(HAVE_XINPUT2)
|
| // The XInput2 event listener needs to be shut down earlier than when
|
| // Singletons are finally destroyed in AtExitManager.
|
| chromeos::XInputHierarchyChangedEventListener::GetInstance()->Stop();
|
| #endif
|
| -#endif
|
|
|
| // WARNING: During logoff/shutdown (WM_ENDSESSION) we may not have enough
|
| // time to get here. If you have something that *must* happen on end session,
|
|
|