summaryrefslogtreecommitdiff
path: root/chromium/components/autofill_assistant/browser/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill_assistant/browser/client.h')
-rw-r--r--chromium/components/autofill_assistant/browser/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/components/autofill_assistant/browser/client.h b/chromium/components/autofill_assistant/browser/client.h
index 2b44e689581..bbcba879b07 100644
--- a/chromium/components/autofill_assistant/browser/client.h
+++ b/chromium/components/autofill_assistant/browser/client.h
@@ -76,6 +76,9 @@ class Client {
// Returns details about the device.
virtual DeviceContext GetDeviceContext() const = 0;
+ // Returns whether a11y (talkback and touch exploration) is enabled or not.
+ virtual bool IsAccessibilityEnabled() const = 0;
+
// Returns current WebContents.
virtual content::WebContents* GetWebContents() const = 0;