Remove subclasses and outstanding_requests_ from QuotaDispatcherHost
Remove outstanding_requests_ from QuotaDispatcherHost and associated subclasses to address TODO. These subclasses existed to carry the request_id around. Now that the request_id has been removed from the QuotaDispatcherHost system, these subclasses are no longer needed. Also change the design of QuotaDispatcherHost slightly; instead of creating a separate object to hold all the request parameters, curry the parameters into the various async callbacks. Bug: 781643 Change-Id: Ia85ed5a8f6e75a424767faa632e0f1f831a32ddf Reviewed-on: https://chromium-review.googlesource.com/799573Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Sasha Morrissey <sashab@chromium.org> Cr-Commit-Position: refs/heads/master@{#521919}
Showing
This diff is collapsed.
Please register or sign in to comment