Index: printing/printed_document.cc |
diff --git a/printing/printed_document.cc b/printing/printed_document.cc |
index 28a70e9ac73f567d6ba8d9c5fae71c70eef4c89c..77771c442add978351c06be6a83519261710035e 100644 |
--- a/printing/printed_document.cc |
+++ b/printing/printed_document.cc |
@@ -230,4 +230,11 @@ PrintedDocument::Immutable::Immutable(const PrintSettings& settings, |
PrintedDocument::Immutable::~Immutable() { |
} |
+#if defined(OS_POSIX) && defined(USE_AURA) |
+// This function is not used on aura linux/chromeos. |
+void PrintedDocument::RenderPrintedPage(const PrintedPage& page, |
+ PrintingContext* context) const { |
+} |
+#endif |
+ |
} // namespace printing |