refactor: address changes and fix errors in chrome://accessibility (#41911)

refactor: address changes and fix errors in chrome://accessibility
This commit is contained in:
Shelley Vohr 2024-04-23 11:30:47 -04:00 committed by GitHub
parent 1cf194faae
commit d8f8560b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 243 additions and 191 deletions

View file

@ -31,7 +31,14 @@ class ElectronAccessibilityUIMessageHandler
void RegisterMessages() final;
static void RegisterPrefs(user_prefs::PrefRegistrySyncable* registry);
private:
void GetRequestTypeAndFilters(const base::Value::Dict& data,
std::string& request_type,
std::string& allow,
std::string& allow_empty,
std::string& deny);
void RequestNativeUITree(const base::Value::List& args);
};