diff options
author | vitalybuka <vitalybuka@chromium.org> | 2015-06-29 12:29:57 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-29 19:30:34 +0000 |
commit | 3401f2836863aaee76e2115bc502820a149774c9 (patch) | |
tree | 0e707448edad635a74c1d5b18be21a775155d5c4 /components/printing/common | |
parent | a1dd992e023f705fcadf3afced940957a2e954a3 (diff) | |
download | chromium_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.h | 2 |
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, |