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

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

Issue 534393002: Remove NavigationRequestInfo::is_showing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « content/browser/frame_host/navigation_request_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_frame_host_manager.cc
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc
index b983d2cb0ba0410c9a858877b834c42e4f5714e2..524b0dec4102ad0d5f58fd5621c5e55b8e25e910 100644
--- a/content/browser/frame_host/render_frame_host_manager.cc
+++ b/content/browser/frame_host/render_frame_host_manager.cc
@@ -577,7 +577,6 @@ void RenderFrameHostManager::OnBeginNavigation(
info.is_main_frame = frame_tree_node_->IsMainFrame();
info.parent_is_main_frame = !frame_tree_node_->parent() ?
false : frame_tree_node_->parent()->IsMainFrame();
- info.is_showing = GetRenderWidgetHostView()->IsShowing();
// TODO(clamy): Check if the current RFH should be initialized (in case it has
// crashed) not to display a sad tab while navigating.
« no previous file with comments | « content/browser/frame_host/navigation_request_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698