|
Componentize TranslateUIDelegate
Changes TranslateUIDelegate to:
- Take in a TranslateClient and TranslateManager rather than a WebContents.
- Go through TranslateDriver and TranslateClient APIs rather than talking
directly to TranslateTabHelper.
Moves TranslateUIDelegate into the Translate component.
BUG= 335084
TBR=thakis
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262961
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+87 lines, -474 lines) |
Patch |
 |
M |
chrome/browser/translate/translate_infobar_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_infobar_delegate.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_manager_render_view_host_unittest.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/translate/translate_ui_delegate.h
|
View
|
|
1 chunk |
+0 lines, -131 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/translate/translate_ui_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -259 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/browser_window_controller.mm
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/translate/translate_bubble_model_impl.cc
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/translate/translate_bubble_view.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/translate.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/translate/core/browser/translate_ui_delegate.h
|
View
|
1
2
3
|
4 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
components/translate/core/browser/translate_ui_delegate.cc
|
View
|
1
2
3
|
11 chunks |
+43 lines, -51 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|