DescriptionRegistryEntry: Moved ApplicationInfo and static methods out of class.
shell_util's RegistryEntry previously contained a struct ApplicationInfo
and a bunch of static methods for specific tasks (that are not intrinsic
to the RegistryEntry class). Really, they are just clients of
RegistryEntry that were contained inside it because its constructor was
private. Now, they are just in shell_util's anonymous namespace.
BUG=419972
Committed: https://crrev.com/1a01eb332d33162f6287cdf8bad995e8802c530b
Cr-Commit-Position: refs/heads/master@{#362608}
Patch Set 1 #Patch Set 2 : Re-wrap comments for methods that were moved. #
Total comments: 3
Patch Set 3 : Rebase. #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 19 (7 generated)
|