|
Include tab IDs when reporting data use accounting.
This adds an asynchronous hop to the UI thread and a hop back to the IO
thread to the data use accounting reporting path in order to find and
include the associated tab ID in the report.
BUG= 547228
Committed: https://crrev.com/a133de07109e54152949b811da287f6c0c0f34a5
Cr-Commit-Position: refs/heads/master@{#358963}
Total comments: 12
Total comments: 4
Total comments: 42
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+915 lines, -127 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/data_usage/external_data_use_observer_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/browser/data_usage/OWNERS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/data_usage/tab_id_annotator.h
|
View
|
1
2
3
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/data_usage/tab_id_annotator.cc
|
View
|
1
2
3
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/data_usage/tab_id_annotator_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+171 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/data_usage/tab_id_provider.h
|
View
|
1
2
3
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/data_usage/tab_id_provider.cc
|
View
|
1
2
3
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/data_usage/tab_id_provider_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate.h
|
View
|
1
2
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+20 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate_unittest.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_usage.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_usage/core/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_usage/core/data_use.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_usage/core/data_use.cc
|
View
|
1
2
|
2 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/data_usage/core/data_use_aggregator.h
|
View
|
1
2
3
|
4 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/data_usage/core/data_use_aggregator.cc
|
View
|
1
2
|
5 chunks |
+44 lines, -26 lines |
0 comments
|
Download
|
 |
M |
components/data_usage/core/data_use_aggregator_unittest.cc
|
View
|
1
2
|
12 chunks |
+62 lines, -25 lines |
0 comments
|
Download
|
 |
A |
components/data_usage/core/data_use_annotator.h
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/layered_network_delegate.h
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/layered_network_delegate.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/base/layered_network_delegate_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate.h
|
View
|
1
2
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate_impl.h
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/base/network_delegate_impl.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_test_util.h
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_test_util.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 47 (11 generated)
|