|
Add histograms to track synced pref changes.
Certain prefs will now elicit stat tracking
whenever they are changed locally and pushed to
sync, or when changes from sync server are pulled
down to update the local pref store.
New histogram names take the form:
Settings.$prefname.Changed{FromSync,Local}
The logged value is the new pref value imposed by
the change.
BUG= 265627
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216813
Total comments: 7
Total comments: 34
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+629 lines, -1 line) |
Patch |
 |
M |
chrome/browser/prefs/pref_metrics_service.h
|
View
|
1
2
3
4
|
2 chunks |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/pref_metrics_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+100 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/pref_model_associator.h
|
View
|
1
2
3
4
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/pref_model_associator.cc
|
View
|
1
2
3
4
|
6 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/pref_service_syncable.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/pref_service_syncable.cc
|
View
|
1
2
3
4
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/prefs/synced_pref_change_registrar.h
|
View
|
1
2
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/prefs/synced_pref_change_registrar.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+216 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/prefs/synced_pref_observer.h
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
2 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|