|
Make test URLFetcher implementations not derive from the URLFetcher implementation, since we want to hide that from chrome completely.
SetBackoffDelayForTesting moves from content::UrlFetcher to TestURLFetcher, now that the test objects derive from it.
BUG= 98716
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107468
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+397 lines, -476 lines) |
Patch |
 |
M |
chrome/browser/autofill/autofill_download_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/mock_url_fetchers.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+13 lines, -55 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/mock_url_fetchers.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+42 lines, -109 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/testing_policy_url_fetcher_factory.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/testing_policy_url_fetcher_factory.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+10 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/common/net/gaia/gaia_auth_fetcher_unittest.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+14 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/common/net/gaia/gaia_oauth_client_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+16 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/cloud_print_url_fetcher.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognition_request_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/net/url_fetcher.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+6 lines, -31 lines |
0 comments
|
Download
|
 |
M |
content/common/net/url_fetcher.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+14 lines, -25 lines |
3 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/url_fetcher.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -6 lines |
6 comments
|
Download
|
 |
A |
content/public/common/url_fetcher_factory.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/test_url_fetcher_factory.h
|
View
|
1
2
3
4
5
6
|
9 chunks |
+85 lines, -49 lines |
6 comments
|
Download
|
 |
M |
content/test/test_url_fetcher_factory.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+145 lines, -78 lines |
4 comments
|
Download
|
Total messages: 7 (0 generated)
|