Remove an incorrect DCHECK in GeneratedCodeCache
The DCHECK in IssuePendingOperations is not correct. We still need to issue pending operations when the backend has failed so we can call required callbacks (for ex: for FetchEntry requests). This DCHECK was added in an older version of code when we didn't receive any requests before initializing the backend. Also adds a test to test this path. Change-Id: I5eec4886445eb65b0b083cc0805713449d07fc11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634703Reviewed-by:Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#664693}
Showing
Please register or sign in to comment