From 91cea0e774541297a46197d87e486cf8a4199775 Mon Sep 17 00:00:00 2001 From: "rohitrao@chromium.org" Date: Fri, 17 Jul 2009 03:16:58 +0000 Subject: First cut at infobars on Mac. These are not expected to be pretty. Animations and aesthetic appeal will come in a future CL. BUG=http://crbug.com/14462 BUG=http://crbug.com/14937 BUG=http://crbug.com/15839 BUG=http://crbug.com/16487 TEST=Infobars should show up when expected. Review URL: http://codereview.chromium.org/155494 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20930 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.cc | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'chrome/common') 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 -- cgit v1.1