Index: content/browser/tab_contents/interstitial_page.cc |
=================================================================== |
--- content/browser/tab_contents/interstitial_page.cc (revision 98900) |
+++ content/browser/tab_contents/interstitial_page.cc (working copy) |
@@ -117,7 +117,6 @@ |
const gfx::Rect& selection_rect, |
int active_match_ordinal, |
bool final_update); |
- virtual void UpdatePreferredSize(const gfx::Size& pref_size); |
private: |
InterstitialPage* interstitial_page_; |
@@ -654,10 +653,6 @@ |
void InterstitialPage::InterstitialPageRVHViewDelegate::GotFocus() { |
} |
-void InterstitialPage::InterstitialPageRVHViewDelegate::UpdatePreferredSize( |
- const gfx::Size& pref_size) { |
-} |
- |
void InterstitialPage::InterstitialPageRVHViewDelegate::TakeFocus( |
bool reverse) { |
if (interstitial_page_->tab() && interstitial_page_->tab()->GetViewDelegate()) |