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

Unified Diff: chrome/browser/ui/webui/net_internals/net_internals_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
« no previous file with comments | « chrome/browser/ui/webui/net_export_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/net_internals/net_internals_ui.cc
diff --git a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
index 39c227ff44a1d8405d0f6116212b79433febf587..2fa6e2ae7576856858f1b3556cefc367a47ec86c 100644
--- a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
+++ b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
@@ -387,9 +387,6 @@ void NetInternalsMessageHandler::RegisterMessages() {
proxy_->AddRequestContextGetter(
content::BrowserContext::GetDefaultStoragePartition(profile)->
GetMediaURLRequestContext());
-#if BUILDFLAG(ENABLE_EXTENSIONS)
- proxy_->AddRequestContextGetter(profile->GetRequestContextForExtensions());
-#endif
web_ui()->RegisterMessageCallback(
"notifyReady",
« no previous file with comments | « chrome/browser/ui/webui/net_export_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698