|
Create a about handler component.
Create a about handler component.
The following files ::
chrome/browser/net/about_protocol_handler.*
net/url_request/url_request_about_job.*
moved to new component: components/about_handler.
Also added GYP and GN file for same.
BUG= 516695
Committed: https://crrev.com/4f2e9111a6457a4010bb3ca11047dc5a1840f17b
Cr-Commit-Position: refs/heads/master@{#343366}
Total comments: 22
Total comments: 4
Total comments: 11
Total comments: 2
Total comments: 1
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+53 lines, -171 lines) |
Patch |
|
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/api/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/api/web_request/web_request_api_unittest.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
D |
chrome/browser/net/about_protocol_handler.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
|
D |
chrome/browser/net/about_protocol_handler.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
|
M |
chrome/browser/profiles/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/profiles/off_the_record_profile_io_data.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
chrome/test/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
components/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
components/about_handler.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
A + |
components/about_handler/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
|
A + |
components/about_handler/DEPS
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
components/about_handler/about_protocol_handler.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
A + |
components/about_handler/about_protocol_handler.cc
|
View
|
1
2
3
|
1 chunk |
+10 lines, -6 lines |
0 comments
|
Download
|
|
A + |
components/about_handler/url_request_about_job.h
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
|
A + |
components/about_handler/url_request_about_job.cc
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
components/components.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
net/net.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
D |
net/url_request/url_request_about_job.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
|
D |
net/url_request/url_request_about_job.cc
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
Total messages: 47 (11 generated)
|