|
Componentize MetricsServicesManager
This CL componentizes MetricsServicesManager for clean integration with iOS.
The file has no problematic dependencies and can be componentized as-is.
BUG= 508025
TBR=thestig
Committed: https://crrev.com/695d61f5e317af07c313ab88b248bf59b4f2426f
Cr-Commit-Position: refs/heads/master@{#355270}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+81 lines, -326 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/metrics/uma_session_stats.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process.h
|
View
|
|
3 chunks |
+6 lines, -2 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/browser_process_impl.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/chrome_metrics_services_manager_client.h
|
View
|
1
2
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/metrics_services_manager.h
|
View
|
|
1 chunk |
+0 lines, -100 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/metrics_services_manager.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -114 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/metrics_services_manager_client.h
|
View
|
1
2
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugins/plugin_observer.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_browser_process.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_browser_process.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/components.gyp
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
components/metrics_services_manager.gypi
|
View
|
1
|
1 chunk |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
components/metrics_services_manager/BUILD.gn
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A |
components/metrics_services_manager/DEPS
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/metrics_services_manager/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
components/metrics_services_manager/metrics_services_manager.h
|
View
|
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
components/metrics_services_manager/metrics_services_manager.cc
|
View
|
1
2
3
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
components/metrics_services_manager/metrics_services_manager_client.h
|
View
|
1
2
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
Total messages: 13 (5 generated)
|