| Index: chrome/browser/profiles/profile_browsertest.cc
|
| diff --git a/chrome/browser/profiles/profile_browsertest.cc b/chrome/browser/profiles/profile_browsertest.cc
|
| index d4915f6a4a6c90a180ba05a09b33982916f7e93c..de478a997f5458b035daaece312003bd9f76a0d7 100644
|
| --- a/chrome/browser/profiles/profile_browsertest.cc
|
| +++ b/chrome/browser/profiles/profile_browsertest.cc
|
| @@ -769,12 +769,6 @@ IN_PROC_BROWSER_TEST_F(ProfileBrowserTest,
|
| browser()->profile())->GetMediaURLRequestContext());
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(ProfileBrowserTest,
|
| - URLFetcherUsingExtensionContextDuringShutdown) {
|
| - StartActiveFetcherDuringProfileShutdownTest(
|
| - browser()->profile()->GetRequestContextForExtensions());
|
| -}
|
| -
|
| // The following tests make sure that it's safe to destroy an incognito profile
|
| // while one of the its URLRequestContextGetters is in use by a URLFetcher.
|
|
|
| @@ -786,16 +780,6 @@ IN_PROC_BROWSER_TEST_F(ProfileBrowserTest,
|
| incognito_browser, incognito_browser->profile()->GetRequestContext());
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(ProfileBrowserTest,
|
| - URLFetcherUsingExtensionContextDuringIncognitoTeardown) {
|
| - Browser* incognito_browser =
|
| - OpenURLOffTheRecord(browser()->profile(), GURL("about:blank"));
|
| -
|
| - RunURLFetcherActiveDuringIncognitoTeardownTest(
|
| - incognito_browser,
|
| - incognito_browser->profile()->GetRequestContextForExtensions());
|
| -}
|
| -
|
| // Verifies the cache directory supports multiple profiles when it's overriden
|
| // by group policy or command line switches.
|
| IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, DiskCacheDirOverride) {
|
|
|