Index: chrome/browser/ui/browser.cc |
=================================================================== |
--- chrome/browser/ui/browser.cc (revision 244775) |
+++ chrome/browser/ui/browser.cc (working copy) |
@@ -1442,10 +1442,6 @@ |
window_->SetFocusToLocationBar(select_all); |
} |
-void Browser::RenderWidgetShowing() { |
- window_->DisableInactiveFrame(); |
-} |
- |
int Browser::GetExtraRenderViewHeight() const { |
return window_->GetExtraRenderViewHeight(); |
} |