Chromium Code Reviews| Index: chrome/common/extensions/api/automation.idl |
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl |
| index 68fd29b3c2263e0963e44a5523c69dbab7c10826..f00203dac005c595bedbfd845bfbae0638fe9cf8 100644 |
| --- a/chrome/common/extensions/api/automation.idl |
| +++ b/chrome/common/extensions/api/automation.idl |
| @@ -39,6 +39,11 @@ |
| menuPopupEnd, |
| menuPopupStart, |
| menuStart, |
| + mouseCanceled, |
| + mouseDragged, |
| + mouseMoved, |
| + mousePressed, |
| + mouseReleased, |
| rowCollapsed, |
| rowCountChanged, |
| rowExpanded, |