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

Unified Diff: chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.h

Issue 9015022: Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelectedWebContents. I've ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 12 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/ui/cocoa/tab_contents/tab_contents_controller.h
===================================================================
--- chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.h (revision 116109)
+++ chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.h (working copy)
@@ -14,6 +14,10 @@
class TabContentsNotificationBridge;
@class TabContentsController;
+namespace content {
+class WebContents;
+}
+
// The interface for the tab contents view controller's delegate.
@protocol TabContentsControllerDelegate
@@ -51,7 +55,7 @@
// should be put into the view hierarchy.
- (void)ensureContentsVisible;
-// Call to change the underlying tab contents object. View is not changed,
+// Call to change the underlying web contents object. View is not changed,
// call |-ensureContentsVisible| to display the |newContents|'s render widget
// host view.
- (void)changeTabContents:(TabContents*)newContents;

Powered by Google App Engine
This is Rietveld 408576698