Chromium Code Reviews| 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 12268b92fb464a676df563da289496ee9c398a5e..b24456e566f54f1846a88be3958f1e558c00530d 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 |
| @@ -57,6 +57,7 @@ DesktopAutomationHandler.prototype = { |
| */ |
| onEventDefault: function(evt) { |
| var node = evt.target; |
| + console.log(evt.type + ' on ' + node.role + ' ' + node.name); |
|
David Tseng
2016/01/08 21:39:32
nit: remove
dmazzoni
2016/01/11 22:04:06
Done.
|
| if (!node) |
| return; |