|
Allow embedders to share code to override UI strings.
Create new class UIStringOverrider that implements the logic to use the
data generated by generate_resources_map.py to override UI strings.
BUG= 534257
Committed: https://crrev.com/58b0a3f0ba85f77bedd15f357f6314298949b7c2
Cr-Commit-Position: refs/heads/master@{#351102}
Total comments: 10
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+166 lines, -89 lines) |
Patch |
 |
M |
chrome/browser/metrics/metrics_services_manager.cc
|
View
|
1
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/variations/chrome_variations_service_client.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/variations/chrome_variations_service_client.cc
|
View
|
|
2 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/variations/generated_resources_map.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/variations/generated_resources_map_lookup.cc
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/metrics/variations/generated_resources_map_lookup_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/metrics/variations/ui_string_overrider_unittest.cc
|
View
|
1
2
|
2 chunks |
+23 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/variations.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/variations/service/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/variations/service/ui_string_overrider.h
|
View
|
1
2
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/variations/service/ui_string_overrider.cc
|
View
|
1
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/variations/service/variations_service.h
|
View
|
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/variations/service/variations_service.cc
|
View
|
1
|
5 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/variations/service/variations_service_client.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/variations/service/variations_service_unittest.cc
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 14 (4 generated)
|