Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4266)

Unified Diff: chrome/renderer/resources/extensions/automation/automation_node.js

Issue 2640503002: Disable next compatibility mode for ChromeVox on dev channel (Closed)
Patch Set: m Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extensions/automation/automation_node.js
diff --git a/chrome/renderer/resources/extensions/automation/automation_node.js b/chrome/renderer/resources/extensions/automation/automation_node.js
index 225c0d2e7c57b185f67eec87ac6bff5fe7cef508..ae62b33316b469eb1bceb9be86e76a8c71ea0cc3 100644
--- a/chrome/renderer/resources/extensions/automation/automation_node.js
+++ b/chrome/renderer/resources/extensions/automation/automation_node.js
@@ -950,6 +950,10 @@ AutomationRootNodeImpl.prototype = {
return result;
},
+ get chromeChannel() {
+ return GetStringAttribute(this.treeID, this.id, 'chromeChannel');
+ },
+
get docUrl() {
return GetDocURL(this.treeID);
},
@@ -1125,6 +1129,7 @@ function AutomationRootNode() {
utils.expose(AutomationRootNode, AutomationRootNodeImpl, {
superclass: AutomationNode,
readonly: [
+ 'chromeChannel',
'docTitle',
'docUrl',
'docLoaded',
« no previous file with comments | « chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698