diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc index ffb6d7d..e0b57da 100644 --- a/chrome/browser/tab_contents/tab_contents.cc +++ b/chrome/browser/tab_contents/tab_contents.cc @@ -757,8 +757,7 @@ void TabContents::ShowPageInfo(const GURL& url, if (!delegate_) return; - delegate_->ShowPageInfo(GetContentNativeView(), profile(), url, ssl, - show_history); + delegate_->ShowPageInfo(profile(), url, ssl, show_history); } #if defined(OS_WIN) || defined(OS_LINUX) |