summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate/translate_manager.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 20:05:55 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 20:05:55 +0000
commit075969dc52d6b35c2607eb8078c33b3eedbef4c7 (patch)
tree3e5e756cbfbf4e2cae628583626518be7652dc94 /chrome/browser/translate/translate_manager.cc
parent56b9bfa52b413e42e522cc42354e1af5acada6a8 (diff)
downloadchromium_src-075969dc52d6b35c2607eb8078c33b3eedbef4c7.zip
chromium_src-075969dc52d6b35c2607eb8078c33b3eedbef4c7.tar.gz
chromium_src-075969dc52d6b35c2607eb8078c33b3eedbef4c7.tar.bz2
TabContents -> WebContentsImpl, part 21.
TabContents -> WebContents in chrome/, part 4. BUG=105875 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10105030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/translate/translate_manager.cc')
-rw-r--r--chrome/browser/translate/translate_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/translate/translate_manager.cc b/chrome/browser/translate/translate_manager.cc
index f5076f0..eea35c5 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,