Chromium Code Reviews
DescriptionExtract permission alias info from PermissionsProvider
Move the methods for getting lists of extension permission aliases
to standalone methods extensions::GetChromePermissionAliases and
extensions::GetExtensionsPermissionAliases (depending on whether
aliases refer to Chrome permissions, or code extensions
permissions).
This is done in preparation of adding suppport of API aliases, in
order to be able to declare sets of aliases (API and permission
aliases) together.
BUG=647415
Committed: https://crrev.com/6844aad556802f24338385f23a8c1aa0cf19bf3e
Cr-Commit-Position: refs/heads/master@{#424018}
Patch Set 1 #Patch Set 2 : Introduce extension::AliasProvider #Patch Set 3 : not nesting Alias in AliasProvider #
Total comments: 5
Patch Set 4 : drop API aliases for now #Patch Set 5 : fix some comments #Patch Set 6 : extra tests #Patch Set 7 : remove versioning #Patch Set 8 : Introduce extension::AliasProvider #
Total comments: 12
Patch Set 9 : . #Patch Set 10 : . #
Total comments: 2
Patch Set 11 : . #Messages
Total messages: 43 (21 generated)
|