| 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 58efba5f7592f7e215f84d71488abb3f54384211..1abb320cd9927cbde33dbcbc13062e0717c76599 100644
|
| --- a/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc
|
| +++ b/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc
|
| @@ -309,6 +309,7 @@ AutomationInternalEnableTabFunction::Run() {
|
|
|
| // This gets removed when the extension process dies.
|
| AutomationEventRouter::GetInstance()->RegisterListenerForOneTree(
|
| + extension_id(),
|
| source_process_id(),
|
| params->args.routing_id,
|
| ax_tree_id);
|
| @@ -424,6 +425,7 @@ AutomationInternalEnableDesktopFunction::Run() {
|
|
|
| // This gets removed when the extension process dies.
|
| AutomationEventRouter::GetInstance()->RegisterListenerWithDesktopPermission(
|
| + extension_id(),
|
| source_process_id(),
|
| params->routing_id);
|
|
|
|
|