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

Unified Diff: chrome/browser/translate/translate_manager_browsertest.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_browsertest.cc
diff --git a/chrome/browser/translate/translate_manager_browsertest.cc b/chrome/browser/translate/translate_manager_browsertest.cc
index 42586d8ce2aba083406416dff40ec7181eb1853c..9e07da3d05c14a46abe5c99985bcf3dddbcca979 100644
--- a/chrome/browser/translate/translate_manager_browsertest.cc
+++ b/chrome/browser/translate/translate_manager_browsertest.cc
@@ -170,10 +170,10 @@ class TranslateManagerTest : public TabContentsWrapperTestHarness,
WebKit::initialize(&webkit_platform_support_);
// Access the TranslateManager singleton so it is created before we call
// TabContentsWrapperTestHarness::SetUp() to match what's done in Chrome,
- // where the TranslateManager is created before the TabContents. This
+ // where the TranslateManager is created before the WebContents. This
// matters as they both register for similar events and we want the
// notifications to happen in the same sequence (TranslateManager first,
- // TabContents second). Also clears the translate script so it is fetched
+ // WebContents second). Also clears the translate script so it is fetched
// everytime and sets the expiration delay to a large value by default (in
// case it was zeroed in a previous test).
TranslateManager::GetInstance()->ClearTranslateScript();
« no previous file with comments | « chrome/browser/translate/translate_manager.cc ('k') | chrome/browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698