|
Move LanguageUsageMetrics and TranslateBrowserMetrics to components
LanguageUsageMetrics is moved to its own component because it is used
both in the translate component and directly in the browser.
TranslateBrowserMetrics is moved to the translate component.
BUG= 331509
TBR=jochen
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243946
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+63 lines, -600 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/DEPS
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_browser_main.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
D |
chrome/browser/language_usage_metrics.h
|
View
|
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
|
D |
chrome/browser/language_usage_metrics.cc
|
View
|
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
|
D |
chrome/browser/language_usage_metrics_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -103 lines |
0 comments
|
Download
|
|
D |
chrome/browser/translate/translate_browser_metrics.h
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
|
D |
chrome/browser/translate/translate_browser_metrics.cc
|
View
|
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
|
D |
chrome/browser/translate/translate_browser_metrics_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -187 lines |
0 comments
|
Download
|
|
M |
chrome/browser/translate/translate_language_list.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/translate/translate_manager.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/components.gyp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
components/components_tests.gyp
|
View
|
1
2
3
|
5 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
A + |
components/language_usage_metrics.gypi
|
View
|
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A + |
components/language_usage_metrics/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
components/language_usage_metrics/language_usage_metrics.h
|
View
|
1
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
A + |
components/language_usage_metrics/language_usage_metrics.cc
|
View
|
1
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
A + |
components/language_usage_metrics/language_usage_metrics_unittest.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
components/translate.gypi
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/translate/DEPS
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
A + |
components/translate/core/browser/translate_browser_metrics.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
components/translate/core/browser/translate_browser_metrics.cc
|
View
|
1
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
A + |
components/translate/core/browser/translate_browser_metrics_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
tools/gn/secondary/components/language_usage_metrics/BUILD.gn
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
tools/gn/secondary/components/translate/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|