Fetch from code cache only on main thread
Currently the code cache uses RenderMessageFilter to post tasks to the browser thread. This is available only on the main thread. Hence, we should not fetch code caches on non-main threads. Fetching caches would be enabled on all threads once code cache has its own thread-safe mojo interface. Bug: chromium:884135 Change-Id: I1a91307aaa8d3be6aff37b1a7fb7b4bc8270dd87 Reviewed-on: https://chromium-review.googlesource.com/1226597Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#593122}
Showing
Please register or sign in to comment