| Index: chrome/test/data/extensions/api_test/automation/tests/tabs/common.js
|
| diff --git a/chrome/test/data/extensions/api_test/automation/tests/tabs/common.js b/chrome/test/data/extensions/api_test/automation/tests/tabs/common.js
|
| index dc9cd1dc3b4260707e8175e1f6ef44497a336a02..d6396cece50596bc1e0a399f465a82ef9aed3545 100644
|
| --- a/chrome/test/data/extensions/api_test/automation/tests/tabs/common.js
|
| +++ b/chrome/test/data/extensions/api_test/automation/tests/tabs/common.js
|
| @@ -6,6 +6,10 @@ var assertEq = chrome.test.assertEq;
|
| var assertFalse = chrome.test.assertFalse;
|
| var assertTrue = chrome.test.assertTrue;
|
|
|
| +var EventType = chrome.automation.EventType;
|
| +var RoleType = chrome.automation.RoleType;
|
| +var StateType = chrome.automation.StateType;
|
| +
|
| var tree = null;
|
|
|
| function setUpAndRunTests(allTests) {
|
| @@ -25,4 +29,3 @@ function setUpAndRunTests(allTests) {
|
| });
|
| });
|
| }
|
| -
|
|
|