Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js |
index 8b44920b0c0b13415b24091d161bc239e83f18af..8b3433604435810b9b08e9816c0d3e7bdc88f161 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js |
@@ -159,10 +159,6 @@ DesktopAutomationHandler.prototype = { |
* @param {Object} evt |
*/ |
onLoadComplete: function(evt) { |
- if (evt.target.docUrl.indexOf( |
- 'chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/' + |
- 'cvox2/background/panel.html') == 0) |
- return; |
ChromeVoxState.instance.refreshMode(evt.target.docUrl); |
// Don't process nodes inside of web content if ChromeVox Next is inactive. |