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

Unified Diff: printing/printed_document_aura.cc

Issue 8233029: More Aura fixes to build with chromeos==1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied sky's comments. 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 | « chrome/browser/ui/views/handle_web_keyboard_event_gtk.cc ('k') | 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 ca2aafb3626cdc978f64b5d10e95639a1f53d984..2c204c0a2e4dfc4179c073f8f883b21ef469d8a9 100644
--- a/printing/printed_document_aura.cc
+++ b/printing/printed_document_aura.cc
@@ -8,7 +8,7 @@
namespace printing {
-#if defined(OS_POSIX) && !defined(OS_CHROMEOS)
+#if defined(OS_POSIX)
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 | « chrome/browser/ui/views/handle_web_keyboard_event_gtk.cc ('k') | printing/printing_context_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698