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

Unified Diff: chrome/browser/tab_contents/chrome_web_contents_view_delegate_gtk.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/chrome_web_contents_view_delegate_gtk.h
diff --git a/chrome/browser/tab_contents/chrome_web_contents_view_delegate_gtk.h b/chrome/browser/tab_contents/chrome_web_contents_view_delegate_gtk.h
index 5afc7da3889df057e9148ce1fec241edbbf326c8..036eb313ae46771e1e951f4d817b2ab75a19c0c5 100644
--- a/chrome/browser/tab_contents/chrome_web_contents_view_delegate_gtk.h
+++ b/chrome/browser/tab_contents/chrome_web_contents_view_delegate_gtk.h
@@ -61,7 +61,7 @@ class ChromeWebContentsViewDelegateGtk
ui::OwnedWidgetGtk floating_;
// The UI for the constrained dialog currently displayed. This is owned by
- // TabContents, not the view.
+ // WebContents, not the view.
ConstrainedWindowGtk* constrained_window_;
// The context menu is reset every time we show it, but we keep a pointer to

Powered by Google App Engine
This is Rietveld 408576698