| Index: chrome/browser/extensions/api/automation_internal/automation_internal_api.cc
|
| diff --git a/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc b/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc
|
| index 38711935c4c0754f274032abff0f69d386816049..916d4407f866693ab9a494cfae2ec2a73ae01343 100644
|
| --- a/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc
|
| +++ b/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc
|
| @@ -44,7 +44,6 @@
|
|
|
| #if defined(USE_AURA)
|
| #include "chrome/browser/ui/aura/accessibility/automation_manager_aura.h"
|
| -#include "ui/aura/env.h"
|
| #endif
|
|
|
| namespace extensions {
|
| @@ -178,9 +177,6 @@
|
| params.event_type = event.event_type;
|
| params.update = event.update;
|
| params.event_from = event.event_from;
|
| -#if defined(USE_AURA)
|
| - params.mouse_location = aura::Env::GetInstance()->last_mouse_location();
|
| -#endif
|
|
|
| AutomationEventRouter* router = AutomationEventRouter::GetInstance();
|
| router->DispatchAccessibilityEvent(params);
|
|
|