|
Add a function to add extra headers from NavigationThrottle
This CL introduces a function that allows NavigationThrottles to add
extra-headers to the navigation request during WillStartRequest and
WillRedirectRequest. The added headers will overwrite any headers with the same
name that already exists in the request.
BUG= 537634
Total comments: 10
Total comments: 1
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+185 lines, -36 lines) |
Patch |
 |
M |
content/browser/frame_host/navigation_handle_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+12 lines, -2 lines |
2 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_handle_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+13 lines, -2 lines |
1 comment
|
Download
|
 |
M |
content/browser/frame_host/navigation_handle_impl_unittest.cc
|
View
|
1
2
3
4
|
5 chunks |
+81 lines, -1 line |
2 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request.h
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request.cc
|
View
|
1
2
3
4
|
5 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request_info.h
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_resource_handler.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_resource_handler.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_resource_throttle.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
1 comment
|
Download
|
 |
M |
content/browser/loader/navigation_resource_throttle.cc
|
View
|
1
2
3
4
|
4 chunks |
+22 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
2 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl_core.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl_core.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/test_navigation_url_loader.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/test_navigation_url_loader.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 9 (3 generated)
|