diff options
Diffstat (limited to 'chrome/browser/ui/panels/panel.cc')
-rw-r--r-- | chrome/browser/ui/panels/panel.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc index 54e33fa..e723deb 100644 --- a/chrome/browser/ui/panels/panel.cc +++ b/chrome/browser/ui/panels/panel.cc @@ -27,6 +27,7 @@ #include "ui/gfx/screen.h" #endif +using content::SSLStatus; using content::WebContents; // static @@ -459,7 +460,7 @@ void Panel::TabContentsFocused(TabContents* tab_contents) { void Panel::ShowPageInfo(Profile* profile, const GURL& url, - const NavigationEntry::SSLStatus& ssl, + const SSLStatus& ssl, bool show_history) { NOTIMPLEMENTED(); } |