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

Unified Diff: chrome/browser/tab_contents/chrome_web_contents_view_delegate_views.cc

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/chrome_web_contents_view_delegate_views.cc
diff --git a/chrome/browser/tab_contents/chrome_web_contents_view_delegate_views.cc b/chrome/browser/tab_contents/chrome_web_contents_view_delegate_views.cc
index bfef3c875cd235aa1831524bdf28dc4ccff54618..8acb276d2116082208867a71ed6db1ef2464d0d7 100644
--- a/chrome/browser/tab_contents/chrome_web_contents_view_delegate_views.cc
+++ b/chrome/browser/tab_contents/chrome_web_contents_view_delegate_views.cc
@@ -66,7 +66,7 @@ bool ChromeWebContentsViewDelegateViews::Focus() {
return true;
}
- // TODO(erg): TabContents used to own constrained windows, which is why
+ // TODO(erg): WebContents used to own constrained windows, which is why
// this is here. Eventually this should be ported to a containing view
// specializing in constrained window management.
ConstrainedWindowTabHelper* helper =
« no previous file with comments | « chrome/browser/tab_contents/chrome_web_contents_view_delegate_gtk.h ('k') | chrome/browser/tab_contents/language_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698