[GRC] Remove propagation code.
Previously, properties like CPU usage and expected task queueing duration are propagated to PageCU from ProcessCU. At first we wrote the code this way because we thought it could avoid duplicate calculation when multiple components need to access the same property. However, this adds extra complexity and currently we don't have properties shared by multiple components. Thus, this patch removes the code and replace it with simple getter APIs in PageCU. BUG=775691 Change-Id: I441b01a68e8407f044b8b81d7d0753b52a363bf4 Reviewed-on: https://chromium-review.googlesource.com/747881Reviewed-by:Zhen Wang <zhenw@chromium.org> Commit-Queue: lpy <lpy@chromium.org> Cr-Commit-Position: refs/heads/master@{#513312}
Showing
Please register or sign in to comment