diff options
Diffstat (limited to 'chrome/browser/ui/panels/panel.cc')
-rw-r--r-- | chrome/browser/ui/panels/panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc index 118d741..b598ab9 100644 --- a/chrome/browser/ui/panels/panel.cc +++ b/chrome/browser/ui/panels/panel.cc @@ -316,7 +316,7 @@ void Panel::ShowRepostFormWarningDialog(TabContents* tab_contents) { NOTIMPLEMENTED(); } -void Panel::ShowCollectedCookiesDialog(TabContents* tab_contents) { +void Panel::ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) { NOTIMPLEMENTED(); } |