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

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

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.h
diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h
index d9b06fe0d46740937dbb1e75b8ead610094d9891..78139f6c9017bd4043f0a8c65c2fa53300ee5e10 100644
--- a/content/browser/tab_contents/interstitial_page.h
+++ b/content/browser/tab_contents/interstitial_page.h
@@ -102,7 +102,6 @@ class InterstitialPage : public NotificationObserver,
void FocusThroughTabTraversal(bool reverse);
virtual ViewType::Type GetRenderViewType() const;
- virtual int GetBrowserWindowID() const;
// See description above field.
void set_reload_on_dont_proceed(bool value) {

Powered by Google App Engine
This is Rietveld 408576698