Hi Devlin,
this is a minor refactor with no functional changes, it just moves some extension manifest code from //chrome into //extensions. I left explanations in inline resolved comments explaining most changes.
Would you be interested in reviewing this change? I'll add the second reviewer after your review. Thanks!
},Moved verbatim to `extensions/common/api/_manifest_features.json`.
{Moved verbatim to `extensions/common/api/extensions_manifest_types.json`.
APIPermissionInfo::kFlagDoesNotRequireManagedSessionFullLoginWarning},Moved verbatim to `extensions/common/permissions/extensions_api_permissions.cc`.
}],Moved verbatim from `chrome/common/extensions/api/_manifest_features.json`.
{Moved verbatim from `chrome/common/extensions/api/manifest_types.json`.
~SettingsOverrides() override;I updated signature of `SettingsOverrides::Get()` to accept a const-reference `const&` instead of const-pointer `const*` because the code never calls it with null pointers and function assumes parameter to be non-null and dereferences it without checking.
// Copyright 2013 The Chromium AuthorsI just moved/renamed this file, formatted it, and updated `manifest_version` from `2` to `3`.
{APIPermissionID::kWmDesksPrivate, "wmDesksPrivate"},Moved verbatim from `chrome/common/extensions/permissions/chrome_api_permissions.cc`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Devlin,
this is a minor refactor with no functional changes, it just moves some extension manifest code from //chrome into //extensions. I left explanations in inline resolved comments explaining most changes.
Would you be interested in reviewing this change? I'll add the second reviewer after your review. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |