| Index: chrome/common/temp_scaffolding_stubs.cc
|
| diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
|
| index 162a6ab0f8f04cea305f85e49d2b06863e58cc2e..e7effed40f7793cf0e50dd05aeec3475092d78b6 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.cc
|
| +++ b/chrome/common/temp_scaffolding_stubs.cc
|
| @@ -217,6 +217,7 @@ void RunRepostFormWarningDialog(NavigationController*) {
|
|
|
| //--------------------------------------------------------------------------
|
|
|
| +#if defined(OS_MACOSX)
|
| MemoryDetails::MemoryDetails() {
|
| NOTIMPLEMENTED();
|
| }
|
| @@ -225,6 +226,7 @@ void MemoryDetails::StartFetch() {
|
| NOTIMPLEMENTED();
|
| OnDetailsAvailable();
|
| }
|
| +#endif
|
|
|
| #if defined(OS_LINUX) && defined(TOOLKIT_VIEWS)
|
| // This should prompt the user if she wants to allow more than one concurrent
|
|
|