| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index 9dd1072d26b43422ab9d4a534b947d847eb930ee..616c6de6925b7f3feda2dfb794b5e7b0d3039424 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -94,7 +94,7 @@
|
| // the "load_complete" event to get a notification that the tree has fully
|
| // loaded (the previous root node reference will stop working at or before
|
| // this point).
|
| - [nocompile] static void getTree(RootCallback callback);
|
| + [nocompile] static void getTree(optional long tabId, RootCallback callback);
|
|
|
| // Get the automation tree for the desktop.
|
| [nocompile] static void getDesktop(RootCallback callback);
|
|
|