chore: use more inclusive language in a few places (#24023)

* chore: use more inclusive language in lint script

* whitelist -> allowed_extension_ids in plugin_utils

* some other places
This commit is contained in:
Jeremy Rose 2020-06-09 11:29:29 -07:00 committed by GitHub
parent b2ef299efc
commit d08cfce6cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 16 deletions

View file

@ -95,8 +95,8 @@ ElectronRendererPepperHostFactory::CreateResourceHost(
// Permissions for the following interfaces will be checked at the
// time of the corresponding instance's method calls. Currently these
// interfaces are available only for whitelisted apps which may not have
// access to the other private interfaces.
// interfaces are available only for specifically permitted apps which may
// not have access to the other private interfaces.
switch (message.type()) {
case PpapiHostMsg_UMA_Create::ID: {
return std::make_unique<PepperUMAHost>(host_, instance, resource);