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

Unified Diff: content/browser/tab_contents/interstitial_page.cc

Issue 7046041: Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix interstitialpage Created 9 years, 6 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: 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(

Powered by Google App Engine
This is Rietveld 408576698