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

Unified Diff: content/public/browser/web_contents_view_delegate.h

Issue 10031044: TabContents -> WebContentsImpl, part 5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (fixed) 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: content/public/browser/web_contents_view_delegate.h
diff --git a/content/public/browser/web_contents_view_delegate.h b/content/public/browser/web_contents_view_delegate.h
index 109f1c1c5174b34660814dbb9f4619194fbb87c7..401638ec59fac72023019161de16fa2a4198282a 100644
--- a/content/public/browser/web_contents_view_delegate.h
+++ b/content/public/browser/web_contents_view_delegate.h
@@ -60,8 +60,8 @@ class CONTENT_EXPORT WebContentsViewDelegate {
ui::FocusStoreGtk* focus_store) = 0;
// Returns the top widget that contains |view| passed in from WrapView. This
- // is exposed through TabContentsViewGtk::GetNativeView() when a wrapper is
- // supplied to a TabContentsViewGtk.
+ // is exposed through WebContentsViewGtk::GetNativeView() when a wrapper is
+ // supplied to a WebContentsViewGtk.
virtual gfx::NativeView GetNativeView() const = 0;
// Handles a focus event from the renderer process.

Powered by Google App Engine
This is Rietveld 408576698