Index: content/browser/frame_host/navigation_request_info.h |
diff --git a/content/browser/frame_host/navigation_request_info.h b/content/browser/frame_host/navigation_request_info.h |
index 6c94712c74299ea80fae93baa2943683f2423f75..4342863187f19adbdbd09e942843f0f4f77eb437 100644 |
--- a/content/browser/frame_host/navigation_request_info.h |
+++ b/content/browser/frame_host/navigation_request_info.h |
@@ -32,9 +32,6 @@ struct NavigationRequestInfo { |
GURL first_party_for_cookies; |
bool is_main_frame; |
bool parent_is_main_frame; |
- |
- // True if the frame is visible. |
- bool is_showing; |
}; |
} // namespace content |