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

Unified Diff: chrome/browser/translate/translate_manager.cc

Issue 10105030: TabContents -> WebContentsImpl, part 21. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/translate/translate_manager.cc
diff --git a/chrome/browser/translate/translate_manager.cc b/chrome/browser/translate/translate_manager.cc
index f5076f076f5d1b7536aaeaa2d8901733ffd94daa..eea35c523255eab1ede01c17806b077de4ae4b16 100644
--- a/chrome/browser/translate/translate_manager.cc
+++ b/chrome/browser/translate/translate_manager.cc
@@ -338,7 +338,7 @@ void TranslateManager::Observe(int type,
// When doing a page reload, we don't get a TAB_LANGUAGE_DETERMINED
// notification. So we need to explictly initiate the translation.
// Note that we delay it as the TranslateManager gets this notification
- // before the TabContents and the TabContents processing might remove the
+ // before the WebContents and the WebContents processing might remove the
// current infobars. Since InitTranslation might add an infobar, it must
// be done after that.
MessageLoop::current()->PostTask(FROM_HERE,

Powered by Google App Engine
This is Rietveld 408576698