Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 15949022: Translate: language list smart updater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 2241f72641ad713101567eb3fd083bc29f2563d4..ecfd8c1245f607a395fd9c0dbff2f26def5e82f3 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1549,14 +1549,10 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
#endif
}
-#if !defined(OS_CHROMEOS)
- // TODO(mad): Move this call in a proper place on CrOS.
- // http://crosbug.com/17687
if (translate_manager_ != NULL) {
translate_manager_->FetchLanguageListFromTranslateServer(
profile_->GetPrefs());
}
-#endif
}
run_message_loop_ = true;
« no previous file with comments | « no previous file | chrome/browser/translate/translate_language_list.h » ('j') | chrome/browser/translate/translate_language_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698