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 2b8bbc0767b4f62333a199174b45282f4654e326..1d1bc172b2e410ec7d446eec6d3217f84741a684 100644 |
| --- a/chrome/common/extensions/api/automation.idl |
| +++ b/chrome/common/extensions/api/automation.idl |
| @@ -226,6 +226,7 @@ |
| setFocus, |
| setScrollOffset, |
| setSelection, |
| + setSequentialFocusNavigationStartingPoint, |
|
David Tseng
2016/10/24 21:51:32
This whole block is unused. Please add static meth
dmazzoni
2016/10/26 16:20:22
Done.
|
| setValue, |
| showContextMenu |
| }; |