Chromium Code Reviews
DescriptionMove PropertyRegistry::Registration into PropertyRegistration
Before this change PropertyRegistration represented the C++ implementation
of the PropertyRegistration IDL interface and nothing else.
This patch moves the Registration class out of PropertyRegistry and merges
it with PropertyRegistration.
This change is to enable forward declarations to what was
PropertyRegistry::Registration by making it a top level class.
C++ doesn't let you forward declare inner classes.
This change is required for removing a dependency on Document in:
https://codereview.chromium.org/2654783004
BUG=681424
Review-Url: https://codereview.chromium.org/2676993002
Cr-Commit-Position: refs/heads/master@{#448566}
Committed: https://chromium.googlesource.com/chromium/src/+/059255004a9e29dab9936f0527da655a148ce459
Patch Set 1 #Patch Set 2 : Rebased #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 9 (5 generated)
|