Index: chrome/browser/ui/panels/panel.h |
=================================================================== |
--- chrome/browser/ui/panels/panel.h (revision 116109) |
+++ chrome/browser/ui/panels/panel.h (working copy) |
@@ -272,12 +272,12 @@ |
// size may differ after panel layout. |
Panel(Browser* browser, const gfx::Size& requested_size); |
- // Configures the tab contents for auto resize, including configurations |
+ // Configures the web contents for auto resize, including configurations |
// on the renderer and detecting renderer changes. |
- void EnableTabContentsAutoResize(TabContents* tab_contents); |
+ void EnableWebContentsAutoResize(content::WebContents* web_contents); |
// Configures the renderer for auto resize (if auto resize is enabled). |
- void ConfigureAutoResize(TabContents* tab_contents); |
+ void ConfigureAutoResize(content::WebContents* web_contents); |
Browser* browser_; // Weak, owned by native panel. |