summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index abd26d8..b5d1b34 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -334,6 +334,7 @@ void MemoryDetails::StartFetch() {
NOTIMPLEMENTED();
}
+#if defined(OS_MACOSX)
InfoBar* ConfirmInfoBarDelegate::CreateInfoBar() {
NOTIMPLEMENTED();
return NULL;
@@ -348,6 +349,7 @@ InfoBar* LinkInfoBarDelegate::CreateInfoBar() {
NOTIMPLEMENTED();
return NULL;
}
+#endif
DownloadRequestDialogDelegate* DownloadRequestDialogDelegate::Create(
TabContents* tab,