|
Remove URLRequestStatus mutators and introduce FromError.
As the first step to folding URLRequestStatus into net errors, remove mutators
so callers are required to specify status and error together. Also add a
FromError function which sets the status field automatically.
BUG= 490309
Committed: https://crrev.com/e7938cf52a9aeb936c1cb005faaafb9f2b16cd4f
Cr-Commit-Position: refs/heads/master@{#332625}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+74 lines, -61 lines) |
Patch |
 |
M |
chrome/browser/autofill/autofill_interactive_uitest.cc
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_browsertest.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_manager_render_view_host_unittest.cc
|
View
|
1
2
|
4 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/domain_reliability/monitor_unittest.cc
|
View
|
1
2
|
6 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/domain_reliability/uploader_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/redirect_to_file_resource_handler.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/google_one_shot_remote_engine_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognizer_impl_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/test/mock_google_streaming_server.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/net.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_fetcher_core.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_status.h
|
View
|
1
|
2 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
 |
A |
net/url_request/url_request_status.cc
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (4 generated)
|