|
|
Move data use measurement to DataUseNetworkDelegate
Currently data_use_measurement hooks to ChromeNetworkDelegate. It is more
appropriate to hook to DataUseNetworkDelegate, since getting web content
observer events other UI events will be easier (in future CLs) from
DataUseAscriber.
BUG= 648808
Committed: https://crrev.com/14a5a85e424b65bcf740e9b4031d0af42f95b1b8
Cr-Commit-Position: refs/heads/master@{#432910}
Total comments: 3
Total comments: 1
Total comments: 10
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+520 lines, -1076 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/data_use_measurement/chrome_data_use_ascriber.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/data_use_measurement/chrome_data_use_ascriber.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/web_request/web_request_api_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate.h
|
View
|
|
3 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_network_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
|
11 chunks |
+14 lines, -153 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/precache/precache_util.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl_io_data.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/data_use_measurement/content/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -22 lines |
0 comments
|
Download
|
 |
M |
components/data_use_measurement/content/DEPS
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
A |
components/data_use_measurement/content/content_url_request_classifier.h
|
View
|
1
2
3
4
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_use_measurement/content/content_url_request_classifier.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
D |
components/data_use_measurement/content/data_use_measurement.h
|
View
|
1
2
|
1 chunk |
+0 lines, -167 lines |
0 comments
|
Download
|
 |
D |
components/data_use_measurement/content/data_use_measurement.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -313 lines |
0 comments
|
Download
|
 |
D |
components/data_use_measurement/content/data_use_measurement_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -315 lines |
0 comments
|
Download
|
 |
M |
components/data_use_measurement/core/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+31 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/data_use_measurement/core/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_use_measurement/core/data_use_ascriber.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/data_use_measurement/core/data_use_ascriber.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
components/data_use_measurement/core/data_use_measurement.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
components/data_use_measurement/core/data_use_measurement.cc
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+35 lines, -26 lines |
0 comments
|
Download
|
 |
A + |
components/data_use_measurement/core/data_use_measurement_unittest.cc
|
View
|
1
2
3
4
|
13 chunks |
+44 lines, -27 lines |
0 comments
|
Download
|
 |
M |
components/data_use_measurement/core/data_use_network_delegate.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/data_use_measurement/core/data_use_network_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
A |
components/data_use_measurement/core/data_use_network_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+232 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_use_measurement/core/url_request_classifier.h
|
View
|
1
2
3
4
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
Total messages: 68 (40 generated)
|