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:
parent
b2ef299efc
commit
d08cfce6cb
4 changed files with 17 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue