content::URLLoaderInterceptor with StoragePartition if a request is made early |
||
Issue descriptionURLLoaders created with StoragePartition::GetURLLoaderFactoryForBrowserProcess() are not intercepted by content::URLLoaderInterceptor if the interceptor is created after at least one such URLLoader was run. This is because StoragePartition caches the SharedURLLoaderFactory, so a request made before the URLLoaderIntercpetor is created causes a non interceptor SharedURLLoaderFactory to be created and used from then on.
,
Jun 28 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 28 2018