| Index: chrome/common/extensions/api/automation_internal.idl
|
| diff --git a/chrome/common/extensions/api/automation_internal.idl b/chrome/common/extensions/api/automation_internal.idl
|
| index 12eca7873ee7c2a9ae953eb22836360d4040a1e4..f84d498eda577a71f9cc237b2a013304e8544b96 100644
|
| --- a/chrome/common/extensions/api/automation_internal.idl
|
| +++ b/chrome/common/extensions/api/automation_internal.idl
|
| @@ -18,6 +18,9 @@ namespace automationInternal {
|
|
|
| // The type of event that this update represents.
|
| DOMString eventType;
|
| +
|
| + // The source of this event.
|
| + DOMString eventFrom;
|
| };
|
|
|
| // All possible actions that can be performed on automation nodes.
|
|
|