|
Refactor SetClientID such that metrics rather than crash backs up the client id
in Google Update settings.
Consequentially, the backed up client_id now keeps its dashes and crash_keys
strips them at runtime rather than when backing it up
( https://codereview.chromium.org/372473004/ will add support for stripped
client_id backups for some time).
Also rename a lot of methods involved in setting the client id; having all of
them named "SetClientID" makes this series of calls very hard to follow!
BUG= 391338
TBR=thestig
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282093
Total comments: 12
Total comments: 3
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+76 lines, -62 lines) |
Patch |
|
M |
chrome/app/chrome_breakpad_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/app/chrome_breakpad_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/app/client_util.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/google/google_update_settings_posix.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+21 lines, -20 lines |
0 comments
|
Download
|
|
M |
chrome/browser/metrics/chrome_metrics_service_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/metrics/chrome_metrics_service_client.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/common/child_process_logging_win.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/common/crash_keys.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/common/crash_keys.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/google_update_settings.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/google_update_settings.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/breakpad/app/breakpad_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
components/breakpad/app/breakpad_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/breakpad/app/breakpad_linux.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/breakpad/app/breakpad_mac.mm
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/metrics/metrics_service.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/metrics/metrics_service_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/metrics/test_metrics_service_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/metrics/test_metrics_service_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|