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

Unified Diff: content/browser/frame_host/render_frame_host_manager.h

Issue 1851253002: Remove RFHM::IsPendingDeletion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 4 years, 8 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/frame_host/render_frame_host_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 59434d00e7cfce00c8634a0aa813641347eac4aa..a1430e7045c4692aedac70b8dbb8bd533118a83d 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -384,9 +384,6 @@ class CONTENT_EXPORT RenderFrameHostManager
RenderFrameProxyHost* GetRenderFrameProxyHost(
SiteInstance* instance) const;
- // Returns whether |render_frame_host| is on the pending deletion list.
- bool IsPendingDeletion(RenderFrameHostImpl* render_frame_host);
-
// Returns whether |render_view_host| will be deleted when its main
// RenderFrameHost is deleted from the pending deletion list.
bool IsViewPendingDeletion(RenderViewHostImpl* render_view_host);
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698