Index: chrome/renderer/printing/print_web_view_helper.cc |
diff --git a/chrome/renderer/printing/print_web_view_helper.cc b/chrome/renderer/printing/print_web_view_helper.cc |
index 048f479363231ce55468a8d4dc9ede90d4957bac..0643be373e3e09d6331caf8d67a0e5d9d87e1ed8 100644 |
--- a/chrome/renderer/printing/print_web_view_helper.cc |
+++ b/chrome/renderer/printing/print_web_view_helper.cc |
@@ -1305,7 +1305,7 @@ void PrintWebViewHelper::PrintPages() { |
const PrintMsg_PrintPages_Params& params = *print_pages_params_; |
const PrintMsg_Print_Params& print_params = params.params; |
-#if !defined(OS_CHROMEOS) |
+#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID) |
// TODO(vitalybuka): should be page_count or valid pages from params.pages. |
// See http://crbug.com/161576 |
Send(new PrintHostMsg_DidGetPrintedPagesCount(routing_id(), |