| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
|
| index 050414f397f709a2e1ee7f5055e8ecb769d8a913..4f5fb34f3bb702fdd6468602d8541dc2c726a010 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
|
| @@ -22,7 +22,7 @@
|
|
|
| /** @override */
|
| setUp: function() {
|
| - ChromeVoxState.instance.toggleNext(true);
|
| + global.backgroundObj.forceChromeVoxNextActive();
|
| window.RoleType = chrome.automation.RoleType;
|
| },
|
|
|
| @@ -43,7 +43,7 @@
|
| */
|
| doCmd: function(cmd) {
|
| return function() {
|
| - ChromeVoxState.instance.onGotCommand(cmd);
|
| + global.backgroundObj.onGotCommand(cmd);
|
| };
|
| },
|
| };
|
|
|