|
Refactor HashedExtensionMetrics into ExtensionsMetricsProvider.
Transforms HashedExtensionMetrics into a metrics::MetricsProvider, eliminating
direct knowledge of this class from MetricsLog. Renames the class to
ExtensionsMetricsProvider. Notably, changes the class to take in the
MetricsStateManager and later obtain the client ID from the manager rather than
directly taking in the ID; this change is necessary because the provider
instance is now constructed before the ID is determined.
BUG= 374225
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272633
Total comments: 5
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+101 lines, -314 lines) |
Patch |
 |
D |
chrome/browser/metrics/extension_metrics.h
|
View
|
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/extension_metrics.cc
|
View
|
|
1 chunk |
+0 lines, -102 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/extension_metrics_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -85 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/metrics/extensions_metrics_provider.h
|
View
|
1
2
3
|
3 chunks |
+25 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/metrics/extensions_metrics_provider.cc
|
View
|
1
2
3
|
6 chunks |
+30 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/metrics/extensions_metrics_provider_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+38 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/metrics_log.h
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/metrics_log.cc
|
View
|
1
2
3
4
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/metrics_services_manager.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|