Index: chrome/common/extensions/api/automation.idl |
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl |
index 09c1c13dfbf51a6af34d86ab55b8e41b380c5c63..dee4698d938832665b9c213c944cf946b7994873 100644 |
--- a/chrome/common/extensions/api/automation.idl |
+++ b/chrome/common/extensions/api/automation.idl |
@@ -309,6 +309,9 @@ |
// The type of the event. |
EventType type; |
+ // The source of this event. |
+ DOMString eventFrom; |
+ |
// Stops this event from further processing except for any remaining |
// listeners on $(ref:AutomationEvent.target). |
static void stopPropagation(); |