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

Unified Diff: content/browser/accessibility/accessibility_tree_formatter.cc

Issue 1411503005: Aura on Android: content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_select_file
Patch Set: Addressing final comments, Mac GN build fix. Created 5 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/browser/BUILD.gn ('k') | content/browser/accessibility/browser_accessibility_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/accessibility_tree_formatter.cc
diff --git a/content/browser/accessibility/accessibility_tree_formatter.cc b/content/browser/accessibility/accessibility_tree_formatter.cc
index 9d786338f3f81a77e17a8a161dcc974023ca6a9e..d075745fb39a210d0a49dd159754a60eb25f50f6 100644
--- a/content/browser/accessibility/accessibility_tree_formatter.cc
+++ b/content/browser/accessibility/accessibility_tree_formatter.cc
@@ -100,7 +100,7 @@ void AccessibilityTreeFormatter::RecursiveFormatAccessibilityTree(
#if !defined(OS_WIN) && \
!defined(OS_MACOSX) && \
- !defined(OS_ANDROID) && \
+ (!defined(OS_ANDROID) || defined(USE_AURA)) && \
dmazzoni 2015/11/06 16:44:36 This has gotten too ugly. Not your fault, but one
!(defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_X11))
void AccessibilityTreeFormatter::AddProperties(const BrowserAccessibility& node,
base::DictionaryValue* dict) {
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/accessibility/browser_accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698