| Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| index 0ff213e3415435b3706cc9bea142ad8ce89b3f32..8ef61ff9fa4c088395e17992845d2ddf5ebd8681 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| @@ -1046,7 +1046,7 @@ gboolean LocationBarViewGtk::OnIconReleased(GtkWidget* sender,
|
| NOTREACHED();
|
| return FALSE;
|
| }
|
| - browser_->ShowPageInfo(nav_entry->GetURL(), nav_entry->GetSSL(), true);
|
| + browser_->ShowPageInfo(tab, nav_entry->GetURL(), nav_entry->GetSSL(), true);
|
| return TRUE;
|
| } else if (event->button == 2) {
|
| // When the user middle clicks on the location icon, try to open the
|
|
|