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

Unified Diff: printing/printed_document_aura.cc

Issue 8205015: No need for Aura stubs under ChromeOS since we already have a sans-GTK impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | « no previous file | printing/printing_context_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document_aura.cc
diff --git a/printing/printed_document_aura.cc b/printing/printed_document_aura.cc
index 2c204c0a2e4dfc4179c073f8f883b21ef469d8a9..ca2aafb3626cdc978f64b5d10e95639a1f53d984 100644
--- a/printing/printed_document_aura.cc
+++ b/printing/printed_document_aura.cc
@@ -8,7 +8,7 @@
namespace printing {
-#if defined(OS_POSIX)
+#if defined(OS_POSIX) && !defined(OS_CHROMEOS)
void PrintedDocument::RenderPrintedPage(const PrintedPage& page,
PrintingContext* context) const {
// TODO(saintlou): This a stub to allow us to build under Aura.
« no previous file with comments | « no previous file | printing/printing_context_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698