|
Moved the TraceUploader from content/ to chrome/ and did some groundwork for other upload destinations to come.
The TraceUploader is using Google APIs and should not be under content/.
R=nduca,dsinclair,creis,thestig
BUG= 457323
Committed: https://crrev.com/c563c582a8fe77aa2204c3164cae28161d5bcea6
Cr-Commit-Position: refs/heads/master@{#316258}
Total comments: 7
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+286 lines, -468 lines) |
Patch |
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/tracing/OWNERS
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/tracing/chrome_tracing_delegate.h
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/tracing/chrome_tracing_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/tracing/crash_service_uploader.h
|
View
|
1
2
3
|
5 chunks |
+22 lines, -30 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/tracing/crash_service_uploader.cc
|
View
|
1
2
3
4
|
7 chunks |
+120 lines, -68 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
D |
content/browser/tracing/trace_uploader.h
|
View
|
|
1 chunk |
+0 lines, -92 lines |
0 comments
|
Download
|
 |
D |
content/browser/tracing/trace_uploader.cc
|
View
|
|
1 chunk |
+0 lines, -212 lines |
0 comments
|
Download
|
 |
M |
content/browser/tracing/tracing_ui.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/tracing/tracing_ui.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+21 lines, -61 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/trace_uploader.h
|
View
|
1
2
3
4
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/tracing_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 25 (8 generated)
|