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

Unified Diff: printing/printed_document.cc

Issue 8763007: Clean up cloud printing aura stub code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean image_aura.cc. Created 9 years 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/image_linux.cc ('k') | printing/printed_document_aura.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 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
« no previous file with comments | « printing/image_linux.cc ('k') | printing/printed_document_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698