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

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

Issue 1418853003: Remove RFHM::GetNavigatingWebUI() and RFHM::web_ui(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webui-refactor
Patch Set: Rebase. Created 5 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/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 7a2214a5a6712c22929d7203e50727f572030e0e..8d91b4dbcf16ddc5b27201cbd058b7c003c9a645 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -256,13 +256,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

Powered by Google App Engine
This is Rietveld 408576698