| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
|
| index 000462fae0ec2537cb5b89818711ef42f277bddd..564eb74896c8fff072e77519cc3584c401514651 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js
|
| @@ -208,7 +208,7 @@ cvox.TabsApiHandler.prototype = {
|
| * @private
|
| */
|
| refreshAutomationHandler_: function(tabId) {
|
| - if (!cvox.ChromeVox.isMac)
|
| + if (!cvox.ChromeVox.isMac || ChromeVoxState.mode == ChromeVoxMode.CLASSIC)
|
| return;
|
|
|
| chrome.automation.getTree(tabId, function(node) {
|
|
|