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

Unified Diff: content/shell/renderer/test_runner/web_ax_object_proxy.cc

Issue 755883006: Remove unused roles(EditableText, SplitGroup, GrowArea) from Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « content/renderer/accessibility/blink_ax_tree_source.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: content/shell/renderer/test_runner/web_ax_object_proxy.cc
diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.cc b/content/shell/renderer/test_runner/web_ax_object_proxy.cc
index 3d7f17d0377718b3efa33930d509f055d30fe8b0..2844272b8b0ef4f0ab73374d03d86c6cefd8421d 100644
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.cc
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.cc
@@ -80,8 +80,6 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("Div");
case blink::WebAXRoleDocument:
return result.append("Document");
- case blink::WebAXRoleEditableText:
- return result.append("EditableText");
case blink::WebAXRoleEmbeddedObject:
return result.append("EmbeddedObject");
case blink::WebAXRoleFigcaption:
@@ -96,8 +94,6 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("Grid");
case blink::WebAXRoleGroup:
return result.append("Group");
- case blink::WebAXRoleGrowArea:
- return result.append("GrowArea");
case blink::WebAXRoleHeading:
return result.append("Heading");
case blink::WebAXRoleIgnored:
@@ -204,8 +200,6 @@ std::string RoleToString(blink::WebAXRole role)
return result.append("SpinButtonPart");
case blink::WebAXRoleSpinButton:
return result.append("SpinButton");
- case blink::WebAXRoleSplitGroup:
- return result.append("SplitGroup");
case blink::WebAXRoleSplitter:
return result.append("Splitter");
case blink::WebAXRoleStaticText:
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698