Add API for accessibility state and changes
This commit is contained in:
parent
b06e6e9ce5
commit
fc36ac8c1b
5 changed files with 22 additions and 0 deletions
|
@ -52,6 +52,9 @@ class BrowserObserver {
|
|||
virtual void OnLogin(LoginHandler* login_handler,
|
||||
const base::DictionaryValue& request_details) {}
|
||||
|
||||
// The browser's accessibility state has changed.
|
||||
virtual void OnAccessibilityChanged() {};
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
// The browser wants to resume a user activity via handoff. (macOS only)
|
||||
virtual void OnContinueUserActivity(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue