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

Unified Diff: content/browser/accessibility/browser_accessibility_android.h

Issue 2264103003: Implement support for accessible collapse and expand actions on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cut_copy_paste
Patch Set: Created 4 years, 4 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/browser_accessibility_android.h
diff --git a/content/browser/accessibility/browser_accessibility_android.h b/content/browser/accessibility/browser_accessibility_android.h
index 690954ec7284ba4fdfdf6ee7b5d6457329c0f5f1..f5e33a321bcf4785fc6c6fd2c613154b08093a93 100644
--- a/content/browser/accessibility/browser_accessibility_android.h
+++ b/content/browser/accessibility/browser_accessibility_android.h
@@ -27,12 +27,14 @@ class CONTENT_EXPORT BrowserAccessibilityAndroid : public BrowserAccessibility {
bool IsCheckable() const;
bool IsChecked() const;
bool IsClickable() const override;
+ bool IsCollapsed() const;
bool IsCollection() const;
bool IsCollectionItem() const;
bool IsContentInvalid() const;
bool IsDismissable() const;
bool IsEditableText() const;
bool IsEnabled() const;
+ bool IsExpanded() const;
bool IsFocusable() const;
bool IsFocused() const;
bool IsHeading() const;

Powered by Google App Engine
This is Rietveld 408576698