diff options
Diffstat (limited to 'chrome/browser/ui/panels/panel.cc')
-rw-r--r-- | chrome/browser/ui/panels/panel.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc index 82e63b5..a0ce9fc 100644 --- a/chrome/browser/ui/panels/panel.cc +++ b/chrome/browser/ui/panels/panel.cc @@ -250,10 +250,6 @@ void Panel::ShowCollectedCookiesDialog(TabContents* tab_contents) { NOTIMPLEMENTED(); } -void Panel::ShowProfileErrorDialog(int message_id) { - NOTIMPLEMENTED(); -} - void Panel::ShowThemeInstallBubble() { NOTIMPLEMENTED(); } |