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

Unified Diff: chrome/browser/tab_contents/language_state.h

Issue 9969208: TabContents -> WebContentsImpl, part 20. (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/tab_contents/language_state.h
diff --git a/chrome/browser/tab_contents/language_state.h b/chrome/browser/tab_contents/language_state.h
index 771f013d70ee4f56b8022b839443232d7bde3bdb..c3cb27b20e835544f63e53720c669e382e4a0e11 100644
--- a/chrome/browser/tab_contents/language_state.h
+++ b/chrome/browser/tab_contents/language_state.h
@@ -16,7 +16,7 @@ struct LoadCommittedDetails;
}
// This class holds the language state of the current page.
-// There is one LanguageState instance per TabContents.
+// There is one LanguageState instance per WebContents.
// It is used to determine when navigating to a new page whether it should
// automatically be translated.
// This auto-translate behavior is the expected behavior when:
@@ -89,7 +89,7 @@ class LanguageState {
// for GMail for example, which provides its own translation features).
bool page_translatable_;
- // Whether a translation is currently pending (TabContents waiting for the
+ // Whether a translation is currently pending (WebContents waiting for the
// PAGE_TRANSLATED notification). This is needed to avoid sending duplicate
// translate requests to a page. TranslateManager initiates translations
// when it received the LANGUAGE_DETERMINED notification. This is sent by

Powered by Google App Engine
This is Rietveld 408576698