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

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_container.h

Issue 9265018: Change grow box computation back to a method on BrowserWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 11 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/views/tab_contents/tab_contents_container.h
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container.h b/chrome/browser/ui/views/tab_contents/tab_contents_container.h
index 17e6f7bc192868e1d7da00fb9434ffcae3423988..d88ec23c14172e6834043350aafae498887e535f 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_container.h
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_container.h
@@ -13,7 +13,6 @@
class NativeTabContentsContainer;
class RenderViewHost;
-class RenderWidgetHostView;
namespace content {
class WebContents;
@@ -40,10 +39,6 @@ class TabContentsContainer : public views::View,
// so performance is better.
void SetFastResize(bool fast_resize);
- // Updates the current reserved rect in view coordinates where contents
- // should not be rendered to draw the resize corner, etc.
- void SetReservedContentsRect(const gfx::Rect& reserved_rect);
-
// Overridden from content::NotificationObserver:
virtual void Observe(int type,
const content::NotificationSource& source,
@@ -76,9 +71,6 @@ class TabContentsContainer : public views::View,
// get notified.
void TabContentsDestroyed(content::WebContents* contents);
- // Called when the RenderWidgetHostView of the hosted TabContents has changed.
- void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
-
// An instance of a NativeTabContentsContainer object that holds the native
// view handle associated with the attached TabContents.
NativeTabContentsContainer* native_container_;
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view_layout.cc ('k') | chrome/browser/ui/views/tab_contents/tab_contents_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698