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

Unified Diff: content/public/browser/browser_accessibility_state.h

Issue 667713006: Implement automatic load of composed/embedded automation trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 years, 2 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/public/browser/browser_accessibility_state.h
diff --git a/content/public/browser/browser_accessibility_state.h b/content/public/browser/browser_accessibility_state.h
index 6c91e1b7b7699734675ebe734dba84c711e96fea..d1972428edc22be20717615482490f194ab7c931 100644
--- a/content/public/browser/browser_accessibility_state.h
+++ b/content/public/browser/browser_accessibility_state.h
@@ -33,6 +33,12 @@ class CONTENT_EXPORT BrowserAccessibilityState {
// passed, or EditableTextOnly if this is Win7.
virtual void ResetAccessibilityMode() = 0;
+ // Enables automation for all running tabs.
+ virtual void EnableAutomation() = 0;
+
+ // Disables automation for all running tabs. (Only if accessibility is not
dmazzoni 2014/10/29 06:53:30 nit: finish comment
+ virtual void DisableAutomation() = 0;
+
// Called when screen reader client is detected.
virtual void OnScreenReaderDetected() = 0;

Powered by Google App Engine
This is Rietveld 408576698