Chromium Code Reviews| 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..819c23928ed20ebbc555e36234b32bc384acef1f 100644 |
| --- a/chrome/common/extensions/api/automation_internal.idl |
| +++ b/chrome/common/extensions/api/automation_internal.idl |
| @@ -5,7 +5,7 @@ |
| // This is the implementation layer of the chrome.automation API, and is |
| // essentially a translation of the internal accessibility tree update system |
| // into an extension API. |
| -namespace automationInternal { |
| +[use_movable_types=true]namespace automationInternal { |
|
asargent_no_longer_on_chrome
2016/03/30 19:39:24
nit: please add a space between closing ']' and 'n
Devlin
2016/03/30 22:23:43
Done.
|
| // Data for an accessibility event and/or an atomic change to an accessibility |
| // tree. See ui/accessibility/ax_tree_update.h for an extended explanation of |
| // the tree update format. |