Index: printing/printed_document.cc |
diff --git a/printing/printed_document.cc b/printing/printed_document.cc |
index f77b135f2f8de659805b3984ef3d95d67885d4fd..047d2dbcb7915923df112230ff50e1557342f3cd 100644 |
--- a/printing/printed_document.cc |
+++ b/printing/printed_document.cc |
@@ -263,10 +263,11 @@ PrintedDocument::Immutable::Immutable(const PrintSettings& settings, |
PrintedDocument::Immutable::~Immutable() { |
} |
-#if defined(OS_CHROMEOS) || defined(OS_ANDROID) |
-// This function is not used on aura linux/chromeos or android. |
+#if defined(OS_ANDROID) |
+// This function is not used on android. |
void PrintedDocument::RenderPrintedPage(const PrintedPage& page, |
PrintingContext* context) const { |
+ NOTREACHED(); |
} |
#endif |