Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3679)

Unified Diff: chrome/common/temp_scaffolding_stubs.h

Issue 276004: Wire up printing on the Mac (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/temp_scaffolding_stubs.h
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 2971dddf500940d33d1458d8d9c0f9ac7bb78791..d4097b8a256e5b9a97932428d734400d8ac6b04f 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

Powered by Google App Engine
This is Rietveld 408576698