Chromium Code Reviews| Index: content/browser/tab_contents/interstitial_page.cc |
| diff --git a/content/browser/tab_contents/interstitial_page.cc b/content/browser/tab_contents/interstitial_page.cc |
| index 6b928d36a4b1c7ef7086f783c51633e6273e6143..6821f7e0aa309dae1cbaa30afd3511b247240802 100644 |
| --- a/content/browser/tab_contents/interstitial_page.cc |
| +++ b/content/browser/tab_contents/interstitial_page.cc |
| @@ -719,10 +719,6 @@ void InterstitialPage::InterstitialPageRVHViewDelegate::OnFindReply( |
| int active_match_ordinal, bool final_update) { |
| } |
| -int InterstitialPage::GetBrowserWindowID() const { |
|
Matt Perry
2011/06/08 18:18:42
does the InterstitialPage need to send the UpdateB
jam
2011/06/08 18:30:08
based on inspection, it didn't seem that this matt
|
| - return tab_->GetBrowserWindowID(); |
| -} |
| - |
| void InterstitialPage::UpdateInspectorSetting(const std::string& key, |
| const std::string& value) { |
| RenderViewHostDelegateHelper::UpdateInspectorSetting( |