DescriptionMove Translate browser-side IPC handling to the component.
This CL moves a bit of translate logic from chrome/ to the translate
component.
Some IPC messages are still forwarded to chrome (through
ContentTranslateDriver::Observer) because of translate notifications.
This is temporary though, because once translate notifications are
removed, ChromeTranslateClient will no longer need to be an Observer.
Another motivation for this change is that the renderer-side of translate
IPC (TranslateHelper) is moving to the component (in another CL),
and thus the browser-side has to move too for consistency (this CL).
BUG=335087
TBR=msw
Committed: https://crrev.com/38f0d1063fefeba088320c4932c51061f0922f74
Cr-Commit-Position: refs/heads/master@{#295073}
Patch Set 1 : #
Total comments: 5
Patch Set 2 : Fix comments #
Messages
Total messages: 14 (5 generated)
|