AppCache: Fix AppCacheService threading documentation.
Before this CL, AppCacheService's documentation claimed that its methods should be used on the IO thread. However, the method implementations in AppCacheServiceImpl DCHECK that they're used on the UI thread. This CL updates the documentation to reflect reality. Change-Id: I09f1cdbdb27c0e50d55f2ad043b0612eae5287ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513351 Auto-Submit: Victor Costan <pwnall@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#823038}
Showing
Please register or sign in to comment