summaryrefslogtreecommitdiffstats
path: root/components/printing/common
diff options
context:
space:
mode:
authorvitalybuka <vitalybuka@chromium.org>2015-06-29 12:29:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-29 19:30:34 +0000
commit3401f2836863aaee76e2115bc502820a149774c9 (patch)
tree0e707448edad635a74c1d5b18be21a775155d5c4 /components/printing/common
parenta1dd992e023f705fcadf3afced940957a2e954a3 (diff)
downloadchromium_src-3401f2836863aaee76e2115bc502820a149774c9.zip
chromium_src-3401f2836863aaee76e2115bc502820a149774c9.tar.gz
chromium_src-3401f2836863aaee76e2115bc502820a149774c9.tar.bz2
Disabled two IPC messages on ChromeOS
PrintHostMsg_AllocateTempFileForPrinting and PrintHostMsg_TempFileForPrintingWritten were used only by Cloud Print Dialog. BUG=408684 Review URL: https://codereview.chromium.org/1221523002 Cr-Commit-Position: refs/heads/master@{#336614}
Diffstat (limited to 'components/printing/common')
-rw-r--r--components/printing/common/print_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h
index bece6b6..058c237 100644
--- a/components/printing/common/print_messages.h
+++ b/components/printing/common/print_messages.h
@@ -397,7 +397,7 @@ IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_ScriptedPrint,
PrintMsg_PrintPages_Params
/* settings chosen by the user*/)
-#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
+#if defined(OS_ANDROID)
// Asks the browser to create a temporary file for the renderer to fill
// in resulting PdfMetafileSkia in printing.
IPC_SYNC_MESSAGE_CONTROL1_2(PrintHostMsg_AllocateTempFileForPrinting,