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

Unified Diff: content/browser/accessibility/dump_accessibility_tree_helper_mac.mm

Issue 11785038: Update and rebaseline many DumpAccessibilityTree tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove bug comments that no longer apply Created 7 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
Index: content/browser/accessibility/dump_accessibility_tree_helper_mac.mm
diff --git a/content/browser/accessibility/dump_accessibility_tree_helper_mac.mm b/content/browser/accessibility/dump_accessibility_tree_helper_mac.mm
index b7f8f5142ca30c02c9fba5d1bdb5417265b0e398..6546bd55c7741656ea23d04cd7f9e7587165fa1a 100644
--- a/content/browser/accessibility/dump_accessibility_tree_helper_mac.mm
+++ b/content/browser/accessibility/dump_accessibility_tree_helper_mac.mm
@@ -32,7 +32,7 @@ string16 DumpAccessibilityTreeHelper::ToString(BrowserAccessibility* node,
char* prefix) {
StartLine();
Add(true, Format(node, "", @selector(role), ""));
- Add(true, Format(node, "subrole=", @selector(subrole), ""));
+ Add(false, Format(node, "subrole=", @selector(subrole), ""));
Add(false, Format(node, "roleDescription='",
@selector(roleDescription),
"'"));

Powered by Google App Engine
This is Rietveld 408576698