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

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

Issue 6284003: Modify a method that was added mid-refactoring so that it follows the new structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/tab_contents/tab_contents_container_native.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tab_contents/tab_contents_container.cc
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container.cc b/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
index caa6fdcdadf3695bcbbe1186ac12a1f007dd47dc..440cfee46e7e03c167ce65a79d17b8cd74fd9c6c 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
@@ -22,17 +22,6 @@ TabContentsContainer::~TabContentsContainer() {
RemoveObservers();
}
-void TabContentsContainer::SetReservedContentsRect(
- const gfx::Rect& reserved_rect) {
- cached_reserved_rect_ = reserved_rect;
-#if !defined(TOUCH_UI)
- if (tab_contents_ && tab_contents_->GetRenderWidgetHostView()) {
- tab_contents_->GetRenderWidgetHostView()->set_reserved_contents_rect(
- reserved_rect);
- }
-#endif
-}
-
////////////////////////////////////////////////////////////////////////////////
// TabContentsContainer, NotificationObserver implementation:
« no previous file with comments | « no previous file | chrome/browser/ui/views/tab_contents/tab_contents_container_native.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698