Add net::LOAD_DISABLE_CACHE to chromecast media fetches |
|||||||
Issue descriptionWith the advent of the network service, we're planning on removing the ability to create bifurcated URLRequestContexts that share everything but the disk cache. Only Chrome and Chromecast currently use this ability. Fortunately, Chromecast just uses it to disable caching media media requests, so all we need to do is attach the LOAD_DISABLE_CACHE load flag to media requests, and we can then remove Chromecast's media URLRequestContext without altering behavior.
,
Oct 10
https://cs.chromium.org/chromium/src/chromecast/browser/url_request_context_factory.cc has the relevant logic.
,
Oct 10
Thanks. That looks like cast_shell code.
,
Oct 18
(I'm no longer working on this)
,
Nov 13
,
Nov 13
,
Nov 27
,
Dec 11
Returning to available status as I won't have time to implement before holiday break. |
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by mfo...@chromium.org
, Oct 10