| Index: chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| index f22530b5e4de6373ed0473dc827dd50045e9174f..c6c23d77f782d7b4bdd8118b820c71b7ed12f8e9 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -108,7 +108,7 @@ bool LocationIconDecoration::OnMousePressed(NSRect frame) {
|
| return true;
|
| }
|
| Browser* browser = Browser::GetBrowserForController(&controller, NULL);
|
| - browser->ShowPageInfo(nav_entry->GetURL(), nav_entry->GetSSL(), true);
|
| + browser->ShowPageInfo(tab, nav_entry->GetURL(), nav_entry->GetSSL(), true);
|
| return true;
|
| }
|
|
|
|
|