This should probably be able to be done with following steps:
- Migrate all Blink unittests that use CreateURLLoader / GetURLLoaderMockFactory over TestingPlatformSupport or FetchTestingPlatformSupport (like what platform tests do)
- Deprecate TestBlinkPlatformSupport::GetURLLoaderMockFactory() (all test code can just use TestingPlatformSupport's one)
- Remove all the URLLoaderMockFactory related code from content and WebKit/public (e.g. Platform::GetURLLoaderMockFactory and WebURLLoaderMockFactory)
Comment 1 by junwei...@intel.com
, Aug 15 2017