Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index ca8f1970c95eb82d7aaf20847548ca14adabd9dd..c9359cc43f59f15c42814d445eca0cb74161942a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -59,7 +59,6 @@ |
#include "chrome/browser/ui/views/fullscreen_exit_bubble_views.h" |
#include "chrome/browser/ui/views/infobars/infobar_container_view.h" |
#include "chrome/browser/ui/views/location_bar/location_icon_view.h" |
-#include "chrome/browser/ui/views/page_info_window.h" |
#include "chrome/browser/ui/views/status_bubble_views.h" |
#include "chrome/browser/ui/views/tab_contents/tab_contents_container.h" |
#include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h" |
@@ -1138,7 +1137,8 @@ void BrowserView::ShowPageInfo(Profile* profile, |
const GURL& url, |
const NavigationEntry::SSLStatus& ssl, |
bool show_history) { |
- browser::ShowPageInfoBubble(this, profile, url, ssl, show_history); |
+ browser::ShowPageInfoBubble(GetLocationBarView()->location_icon_view(), |
alicet1
2011/11/15 02:02:13
would it be better that you expose a non-const ver
msw
2011/11/15 20:16:57
Done.
|
+ profile, url, ssl, show_history); |
} |
void BrowserView::ShowAppMenu() { |