diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index 843517a..002f146 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -35,7 +35,6 @@ #include "views/controls/single_split_view.h" #endif -class InfoBar; class TabContents; //-------------------------------------------------------------------------- @@ -245,23 +244,6 @@ void MemoryDetails::StartFetch() { NOTIMPLEMENTED(); } -#if defined(OS_MACOSX) -InfoBar* ConfirmInfoBarDelegate::CreateInfoBar() { - NOTIMPLEMENTED(); - return NULL; -} - -InfoBar* AlertInfoBarDelegate::CreateInfoBar() { - NOTIMPLEMENTED(); - return NULL; -} - -InfoBar* LinkInfoBarDelegate::CreateInfoBar() { - NOTIMPLEMENTED(); - return NULL; -} -#endif - // This should prompt the user if she wants to allow more than one concurrent // download per tab. Until this is in place, always allow multiple downloads. class DownloadRequestDialogDelegateStub |