| Index: chrome/common/extensions/permissions/api_permission.h
|
| diff --git a/chrome/common/extensions/permissions/api_permission.h b/chrome/common/extensions/permissions/api_permission.h
|
| index 5eefdf19979fd81195a3e9908d750cf0722b1bf5..893eb76f865c0e6114d5526c62c94410b9d29577 100644
|
| --- a/chrome/common/extensions/permissions/api_permission.h
|
| +++ b/chrome/common/extensions/permissions/api_permission.h
|
| @@ -88,6 +88,7 @@ class APIPermission {
|
| kMediaGalleriesPrivate,
|
| kMediaPlayerPrivate,
|
| kMetricsPrivate,
|
| + kNativeMessaging,
|
| kNetworkingPrivate,
|
| kNotification,
|
| kPageCapture,
|
| @@ -218,7 +219,7 @@ class APIPermissionInfo {
|
| // Indicates that extensions cannot specify the permission as optional.
|
| kFlagCannotBeOptional = 1 << 3,
|
|
|
| - // Indicates that extensions cannot specify the permission as optional.
|
| + // Indicates that extensions must specify the permission as optional.
|
| kFlagMustBeOptional = 1 << 4
|
| };
|
|
|
|
|