| Index: chrome/common/temp_scaffolding_stubs.cc
|
| ===================================================================
|
| --- chrome/common/temp_scaffolding_stubs.cc (revision 22256)
|
| +++ chrome/common/temp_scaffolding_stubs.cc (working copy)
|
| @@ -236,6 +236,7 @@
|
|
|
| //--------------------------------------------------------------------------
|
|
|
| +#if defined(OS_MACOSX)
|
| MemoryDetails::MemoryDetails() {
|
| NOTIMPLEMENTED();
|
| }
|
| @@ -244,6 +245,8 @@
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +#endif
|
| +
|
| #if defined(OS_MACOSX) || (defined(OS_LINUX) && defined(TOOLKIT_VIEWS))
|
| // 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.
|
|
|