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

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: disable network update on mac infobar tests 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
« no previous file with comments | « no previous file | chrome/browser/translate/translate_language_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 856e4f2a03a70dc7099943ba9d40a1b535b11477..1b97adfdea4951e6b84e096096bc8cb921a86da6 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1554,14 +1554,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698