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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

Issue 8469015: Switch BackgroundContents to use TabContents instead of RenderViewHost. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix unittest Created 9 years, 1 month 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
===================================================================
--- content/browser/renderer_host/render_view_host_delegate.h (revision 109469)
+++ content/browser/renderer_host/render_view_host_delegate.h (working copy)
@@ -201,11 +201,6 @@
// jam as reviewers before you use this method. http://crbug.com/82582
virtual TabContents* GetAsTabContents();
- // Return this object cast to a BackgroundContents, if it is one. If the
- // object is not a BackgroundContents, returns NULL.
- // DEPRECATED: http://crbug.com/98934
- virtual BackgroundContents* GetAsBackgroundContents();
-
// Return type of RenderView which is attached with this object.
virtual content::ViewType GetRenderViewType() const = 0;

Powered by Google App Engine
This is Rietveld 408576698