[WebLayer] Pass only need-to-know info through parameters.
Before the CL, for the BPRService implementation methods in CPRService, they often called PRService's getters for certain values. This CL simplified this as BPRService passing the getter values to CPRService. This would make CPRService depend less on the concrete object PRService, and more on the BPRService interface. Bug: 1025619 Change-Id: I2b819fd3c31d992cbcd309fcaf23aaf7c490d1eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543835 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#828399}
Showing
Please register or sign in to comment