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 fb06704966a8e377743d5169c6e8462280c7b0e4..fa52d567ab3052c66c15ac6380a694875607813b 100644 |
--- a/content/browser/frame_host/render_frame_host_manager.h |
+++ b/content/browser/frame_host/render_frame_host_manager.h |
@@ -252,13 +252,6 @@ class CONTENT_EXPORT RenderFrameHostManager { |
// TODO(creis): Remove this when we no longer use RVH for navigation. |
RenderViewHostImpl* pending_render_view_host() const; |
- // Returns the current committed WebUI or null if none applies. |
- WebUIImpl* web_ui() const { return render_frame_host_->web_ui(); } |
- |
- // Returns the WebUI associated with the RenderFrameHost that is currently |
- // navigating or null if none applies. |
- WebUIImpl* GetNavigatingWebUI() const; |
- |
// Called when we want to instruct the renderer to navigate to the given |
// navigation entry. It may create a new RenderFrameHost or re-use an existing |
// one. The RenderFrameHost to navigate will be returned. Returns NULL if one |