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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.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/renderer_host/render_view_host_delegate.h
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 3bbfb48461194210748202c63228629127bad4e1..4f939332493478cea2c8f04e9e2dc366efa43e57 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -274,10 +274,6 @@ class RenderViewHostDelegate : public IPC::Channel::Listener {
// object is not a BackgroundContents, returns NULL.
virtual BackgroundContents* GetAsBackgroundContents();
- // Return id number of browser window which this object is attached to. If no
- // browser window is attached to, just return -1.
- virtual int GetBrowserWindowID() const = 0;
-
// Return type of RenderView which is attached with this object.
virtual ViewType::Type GetRenderViewType() const = 0;

Powered by Google App Engine
This is Rietveld 408576698