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

Unified Diff: chrome/browser/ui/panels/panel.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
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ('k') | chrome/browser/ui/panels/panel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view_browsertest.cc ('k') | chrome/browser/ui/panels/panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698