|
Move TranslateURLFetcher to the translate component
This CL introduces the TranslateDelegate to inject the required
dependencies in the translate component.
TranslateDelegate is a singleton for now, but this will need to be
revisited once the ownership model of TranslateManager is improved.
BUG= 331509
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244199
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+114 lines, -180 lines) |
Patch |
 |
A |
chrome/browser/translate/chrome_translate_delegate.h
|
View
|
1
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/translate/chrome_translate_delegate.cc
|
View
|
1
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_language_list.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_script.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/translate/translate_url_fetcher.h
|
View
|
|
1 chunk |
+0 lines, -84 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/translate/translate_url_fetcher.cc
|
View
|
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/translate.gypi
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/translate/DEPS
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
components/translate/core/browser/translate_delegate.h
|
View
|
1
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/translate/core/browser/translate_url_fetcher.h
|
View
|
1
|
4 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
components/translate/core/browser/translate_url_fetcher.cc
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/gn/secondary/components/translate/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|