Index: chrome/browser/ui/views/location_bar/page_info_helper.cc |
diff --git a/chrome/browser/ui/views/location_bar/page_info_helper.cc b/chrome/browser/ui/views/location_bar/page_info_helper.cc |
index 98c596ac6c5a4dfa798eeeca3a3fd5344a92d364..e4ac6fff690a68da2d9dae40e912faa21581873b 100644 |
--- a/chrome/browser/ui/views/location_bar/page_info_helper.cc |
+++ b/chrome/browser/ui/views/location_bar/page_info_helper.cc |
@@ -26,13 +26,6 @@ void PageInfoHelper::ProcessEvent(const ui::LocatedEvent& event) { |
if (!owner_->HitTestPoint(event.location())) |
return; |
- // Do not show page info if the user has been editing the location |
- // bar, or the location bar is at the NTP. |
- if (location_bar_->GetOmniboxView()->IsEditingOrEmpty() && |
- !chrome::ShouldDisplayOriginChip() && |
- !chrome::ShouldDisplayOriginChipV2()) |
- return; |
- |
WebContents* tab = location_bar_->GetWebContents(); |
if (!tab) |
return; |