Commit 22fe0139 authored by Sergio Villar Senin's avatar Sergio Villar Senin Committed by Commit Bot

Migrate profile_browsertest.cc to SimpleURLLoader

It was using URLFetcher. In order to make it eventually work with the
future network service we need to transition it to SimpleURLLoader
API.

The tests was extensively using the URLFetcher* naming so I decided to
replace them all by references to SimpleURLLoader instead.

Bug: 844918
Cq-Include-Trybots: luci.chromium.try:linux_mojo
Change-Id: I9f0412bcc4b5731a50e691602fa93d5ef06fba8e
Reviewed-on: https://chromium-review.googlesource.com/1177385Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Commit-Queue: Sergio Villar <svillar@igalia.com>
Cr-Commit-Position: refs/heads/master@{#584824}
parent 3ea93d51
...@@ -16,10 +16,6 @@ ...@@ -16,10 +16,6 @@
# These tests use URLFetchers directly. # These tests use URLFetchers directly.
# https://crbug.com/853798 # https://crbug.com/853798
-ProfileBrowserTest.SeparateMediaCache -ProfileBrowserTest.SeparateMediaCache
-ProfileBrowserTest.URLFetcherUsingMainContextDuringIncognitoTeardown
-ProfileBrowserTest.URLFetcherUsingMainContextDuringShutdown
-ProfileBrowserTest.URLFetcherUsingMediaContextDuringShutdown
-ProfileWithoutMediaCacheBrowserTest.NoSeparateMediaCache
# about:net-internals should be largely removed before shipping the network # about:net-internals should be largely removed before shipping the network
# service. # service.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment