| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 61306d3c3e091188039cb3eaf713634f87add979..4c8a66faed047bca2c51b85f2c315d09fd7c0322 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1555,8 +1555,9 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| }
|
|
|
| #if !defined(OS_CHROMEOS)
|
| - // TODO(mad): Move this call in a proper place on CrOS.
|
| - // http://crosbug.com/17687
|
| + // In CrOS, Translate omits to update language lists here because a user
|
| + // didn't accept EULA yet. They will be updated when the first infobar
|
| + // goes to be shown, or a device becomes online.
|
| if (translate_manager_ != NULL) {
|
| translate_manager_->FetchLanguageListFromTranslateServer(
|
| profile_->GetPrefs());
|
|
|