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

Unified Diff: printing/printed_document.cc

Issue 2117713002: Print directly to CUPS using the IPP APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ippRead
Patch Set: format and merge Created 4 years, 5 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
« no previous file with comments | « printing/metafile.h ('k') | printing/printed_document_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « printing/metafile.h ('k') | printing/printed_document_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698