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

Unified Diff: chrome/browser/ui/webui/net_export_ui.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/ui/webui/net_export_ui.cc
diff --git a/chrome/browser/ui/webui/net_export_ui.cc b/chrome/browser/ui/webui/net_export_ui.cc
index c886b6d825e2fd0ad888a33d19db790d7fb987a8..4128d375858774a5f03f769aeeda907c7db3ef1e 100644
--- a/chrome/browser/ui/webui/net_export_ui.cc
+++ b/chrome/browser/ui/webui/net_export_ui.cc
@@ -396,9 +396,6 @@ NetExportMessageHandler::GetURLRequestContexts() const {
context_getters.push_back(
content::BrowserContext::GetDefaultStoragePartition(profile)
->GetMediaURLRequestContext());
-#if BUILDFLAG(ENABLE_EXTENSIONS)
- context_getters.push_back(profile->GetRequestContextForExtensions());
-#endif
context_getters.push_back(
g_browser_process->io_thread()->system_url_request_context_getter());
context_getters.push_back(
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/browser/ui/webui/net_internals/net_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698