|
|
Introduce TranslateService and TranslateDownloadManager
This CL removes the TranslateDelegate interface and introduces
TranslateService and TranslateDownloadManager.
This will enable (in a future CL) to move TranslateScript and
TranslateLanguageList in the Translate component, and
TranslateDownloadManager will own them.
BUG= 332736
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247724
Total comments: 4
Total comments: 12
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+158 lines, -124 lines) |
Patch |
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/translate/chrome_translate_delegate.h
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/translate/chrome_translate_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_language_list.cc
|
View
|
1
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_manager_browsertest.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_script.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_script_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/translate/translate_service.h
|
View
|
1
2
3
4
5
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/translate/translate_service.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_url_util.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/translate.gypi
|
View
|
1
2
3
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
D |
components/translate/core/browser/translate_delegate.h
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
A |
components/translate/core/browser/translate_download_manager.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/translate/core/browser/translate_download_manager.cc
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/translate/core/browser/translate_url_fetcher.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/translate/core/browser/translate_url_fetcher.cc
|
View
|
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tools/gn/secondary/components/translate/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|