Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1736)

Unified Diff: chrome/browser/profiles/profile_browsertest.cc

Issue 2878973002: Remove some configuration from the extension URLRequestContexts. (Closed)
Patch Set: Pointless merge Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_impl_io_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698