summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-07-20 17:52:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-21 00:53:20 +0000
commit648d7c41e5b7e39ab21f45eace404735b4fe5967 (patch)
tree58e714484d159391dbbe62bb37f94d4f7f4daedc /components
parent3ac25baf6fb02b09808c9402cf4be4e2af2ec5e2 (diff)
downloadchromium_src-648d7c41e5b7e39ab21f45eace404735b4fe5967.zip
chromium_src-648d7c41e5b7e39ab21f45eace404735b4fe5967.tar.gz
chromium_src-648d7c41e5b7e39ab21f45eace404735b4fe5967.tar.bz2
Cleanup: Remove dead ViewMsgs and comments that refer to them.
- 1 unused ViewMsg. - Some ViewMsgs have been renamed or deleted. Review URL: https://codereview.chromium.org/1246873002 Cr-Commit-Position: refs/heads/master@{#339580}
Diffstat (limited to 'components')
-rw-r--r--components/printing/common/print_messages.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h
index 058c237..34d9613 100644
--- a/components/printing/common/print_messages.h
+++ b/components/printing/common/print_messages.h
@@ -371,7 +371,7 @@ IPC_MESSAGE_ROUTED1(PrintHostMsg_DidGetDocumentCookie,
IPC_MESSAGE_ROUTED0(PrintHostMsg_DidShowPrintDialog)
// Sends back to the browser the rendered "printed page" that was requested by
-// a ViewMsg_PrintPage message or from scripted printing. The memory handle in
+// a PrintMsg_PrintPages message or from scripted printing. The memory handle in
// this message is already valid in the browser process.
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidPrintPage,
PrintHostMsg_DidPrintPage_Params /* page content */)
@@ -391,7 +391,7 @@ IPC_SYNC_MESSAGE_ROUTED2_2(PrintHostMsg_UpdatePrintSettings,
// It's the renderer that controls the printing process when it is generated
// by javascript. This step is about showing UI to the user to select the
// final print settings. The output parameter is the same as
-// ViewMsg_PrintPages which is executed implicitly.
+// PrintMsg_PrintPages which is executed implicitly.
IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_ScriptedPrint,
PrintHostMsg_ScriptedPrint_Params,
PrintMsg_PrintPages_Params
@@ -403,10 +403,10 @@ IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_ScriptedPrint,
IPC_SYNC_MESSAGE_CONTROL1_2(PrintHostMsg_AllocateTempFileForPrinting,
int /* render_view_id */,
base::FileDescriptor /* temp file fd */,
- int /* fd in browser*/) // Used only by Chrome OS.
+ int /* fd in browser*/) // Used only by Chrome OS.
IPC_MESSAGE_CONTROL2(PrintHostMsg_TempFileForPrintingWritten,
int /* render_view_id */,
- int /* fd in browser */) // Used only by Chrome OS.
+ int /* fd in browser */) // Used only by Chrome OS.
#endif
// Asks the browser to do print preview.