diff options
author | droger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-10 17:59:52 +0000 |
---|---|---|
committer | droger@chromium.org <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-10 17:59:52 +0000 |
commit | 232ef3f7184d842f2362b06336118a79e2145789 (patch) | |
tree | e099620dc6a6d46e372f42d112222f040a130036 /components/translate.gypi | |
parent | a0af3b5a1839c292e507e791f6c7ee40df5dfdbe (diff) | |
download | chromium_src-232ef3f7184d842f2362b06336118a79e2145789.zip chromium_src-232ef3f7184d842f2362b06336118a79e2145789.tar.gz chromium_src-232ef3f7184d842f2362b06336118a79e2145789.tar.bz2 |
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
Review URL: https://codereview.chromium.org/131463002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/translate.gypi')
-rw-r--r-- | components/translate.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/translate.gypi b/components/translate.gypi index 474b529..f07beae 100644 --- a/components/translate.gypi +++ b/components/translate.gypi @@ -20,9 +20,12 @@ 'translate/core/browser/page_translated_details.h', 'translate/core/browser/translate_browser_metrics.cc', 'translate/core/browser/translate_browser_metrics.h', + 'translate/core/browser/translate_delegate.h', 'translate/core/browser/translate_error_details.h', 'translate/core/browser/translate_event_details.cc', 'translate/core/browser/translate_event_details.h', + 'translate/core/browser/translate_url_fetcher.cc', + 'translate/core/browser/translate_url_fetcher.h', ], }, { |