|
|
Make URLRequestThrottlerManager a member of URLRequestContext.
This addresses a long-standing TODO and allows us to simplify the
logic in the class a bit as it now lives fully on the IO thread. It
should also allow further cleanup in follow-up changes e.g. to stop
using scoped_refptr for the URLRequestThrottlerEntry instances.
BUG= 119760
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134963
Total comments: 15
Total comments: 1
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+297 lines, -226 lines) |
Patch |
 |
M |
chrome/browser/chrome_browser_main.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_io_data.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl_io_data.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+39 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/common/net/url_fetcher_core.h
|
View
|
1
2
3
4
5
|
1 chunk |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/common/net/url_fetcher_core.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+39 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/common/net/url_fetcher_impl_unittest.cc
|
View
|
1
2
3
4
5
|
24 chunks |
+112 lines, -69 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context.h
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context_storage.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context_storage.cc
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_throttler_manager.h
|
View
|
1
2
|
4 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_throttler_manager.cc
|
View
|
|
2 chunks |
+33 lines, -59 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|