|
Replaced static URLRequestFileJob factory with non-static protocol handler for File jobs
This is a refactor and shouldn't have any visible behavioral change.
BUG=crbug.com/142945
TEST=browser_tests --single_process --gtest_filter=FullscreenControllerTest.FullscreenFileURL
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152381
Total comments: 6
Total comments: 12
Total comments: 6
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+181 lines, -37 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_protocols.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_resource_protocols.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_io_data.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl_io_data.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chrome_url_data_manager_backend.h
|
View
|
1
5
6
7
8
9
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/test/net/url_request_mock_http_job.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/url_request/file_protocol_handler.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/url_request/file_protocol_handler.cc
|
View
|
1
2
3
4
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_file_job.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_file_job.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+9 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|