diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 2971ddd..d4097b8 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -46,6 +46,7 @@ void InstallJankometer(const CommandLine&); //--------------------------------------------------------------------------- // These stubs are for BrowserProcessImpl +#if !defined(OS_MACOSX) class ViewMsg_Print_Params; // Printing is all (obviously) not implemented. @@ -117,6 +118,7 @@ class PrintJobManager { }; } // namespace printing +#endif // !OS_MACOSX //--------------------------------------------------------------------------- // These stubs are for Browser |