Home
last modified time | relevance | path

Searched refs:kAllowedPermissions (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_management_test_util.cc238 pref_->Remove(make_path(id, schema::kAllowedPermissions), nullptr); in UnsetAllowedPermissions()
244 ClearList(make_path(id, schema::kAllowedPermissions)); in ClearAllowedPermissions()
251 AddStringToList(make_path(id, schema::kAllowedPermissions), permission); in AddAllowedPermission()
258 RemoveStringFromList(make_path(id, schema::kAllowedPermissions), permission); in RemoveAllowedPermission()
H A Dextension_management_constants.h27 extern const char kAllowedPermissions[];
H A Dextension_management_constants.cc22 const char kAllowedPermissions[] = "allowed_permissions"; variable
H A Dextension_management_internal.cc95 if (dict->GetListWithoutPathExpansion(schema_constants::kAllowedPermissions, in Parse()