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

Unified Diff: chrome/browser/policy/device_management_service.cc

Issue 10203002: Make URLRequestThrottlerManager a member of URLRequestContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR (pure merge) Created 8 years, 8 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/net/connection_tester.cc ('k') | chrome/browser/profiles/off_the_record_profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/device_management_service.cc
diff --git a/chrome/browser/policy/device_management_service.cc b/chrome/browser/policy/device_management_service.cc
index aab92e142f2470010f9aa3c4ae029fe43d81a6ae..b8684ef6ef87f1354b29d564215f570d6c5a2fff 100644
--- a/chrome/browser/policy/device_management_service.cc
+++ b/chrome/browser/policy/device_management_service.cc
@@ -204,6 +204,9 @@ DeviceManagementRequestContext::DeviceManagementRequestContext(
set_proxy_service(base_context->proxy_service());
set_ssl_config_service(base_context->ssl_config_service());
+ // Share the throttler manager.
+ set_throttler_manager(base_context->throttler_manager());
willchan no longer on Chromium 2012/04/27 17:39:26 why?
+
// Share the http session.
set_http_transaction_factory(
new net::HttpNetworkLayer(
« no previous file with comments | « chrome/browser/net/connection_tester.cc ('k') | chrome/browser/profiles/off_the_record_profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698