Chime: Add an empty base class for downstream compile.
The Chime DFM is built with two classes in chromium upstream and clank downstream that directly implement the ChimeModuleEntry auto generated interface. This creates an issue that we can't add new method to the interface. It also causes the revert of: https://chromium-review.googlesource.com/c/chromium/src/+/2487816 This CL introduces an empty base class that implements ChimeModuleEntry. So downstream can extend the base class to avoid compiling failure. This approach is similar to AppHooks.java. Downstream impl class will extend this new base class soon. Bug: 1136305 Change-Id: I5c028f0fd95a04904adc8cadbbc9c5dbb1083c04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500251Reviewed-by:Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#821859}
Showing
Please register or sign in to comment