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

Unified Diff: chrome/common/print_messages.h

Issue 7831041: Fix print preview workflow to reflect settings of selected printer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update per code review Created 9 years, 3 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
Index: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index a9b7fe3e713b3e1341f3f45cf1b4dcfeb0c71a48..cd494d0ec76a409a5eb6b9b83c5738bda22cbecc 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -319,8 +319,7 @@ IPC_SYNC_MESSAGE_ROUTED0_1(PrintHostMsg_GetDefaultPrintSettings,
// The renderer wants to update the current print settings with new
// |job_settings|.
-IPC_SYNC_MESSAGE_ROUTED2_1(PrintHostMsg_UpdatePrintSettings,
- int /* document_cookie */,
+IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_UpdatePrintSettings,
DictionaryValue /* job_settings */,
PrintMsg_PrintPages_Params /* current_settings */)

Powered by Google App Engine
This is Rietveld 408576698