summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorrohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 03:16:58 +0000
committerrohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 03:16:58 +0000
commit91cea0e774541297a46197d87e486cf8a4199775 (patch)
treebe5058bd3eec65a923abbaef68342249574b7ce2 /chrome/common
parent8a1d601fcd2f8bf457ea4e9592e918acc9835f87 (diff)
downloadchromium_src-91cea0e774541297a46197d87e486cf8a4199775.zip
chromium_src-91cea0e774541297a46197d87e486cf8a4199775.tar.gz
chromium_src-91cea0e774541297a46197d87e486cf8a4199775.tar.bz2
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
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc18
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