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

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: Loggin cleaned up 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
Index: printing/printed_document.cc
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index f77b135f2f8de659805b3984ef3d95d67885d4fd..83c34aaf639005f366158cf1cdfbca2de4452e74 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -263,7 +263,7 @@ PrintedDocument::Immutable::Immutable(const PrintSettings& settings,
PrintedDocument::Immutable::~Immutable() {
}
-#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
+#if defined(OS_ANDROID)
// This function is not used on aura linux/chromeos or android.
Lei Zhang 2016/07/08 01:35:26 Comment is out of date.
skau 2016/07/09 00:28:33 Are there aura tests to verify that I haven't brok
Lei Zhang 2016/07/13 01:43:05 If you put a NOTREACHED() in the body, we can see
skau 2016/07/14 23:47:12 Done.
void PrintedDocument::RenderPrintedPage(const PrintedPage& page,
PrintingContext* context) const {

Powered by Google App Engine
This is Rietveld 408576698