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

Unified Diff: chrome/common/print_messages.h

Issue 8136027: Print Preview: Make print preview tab modal. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address comments Created 9 years, 2 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
===================================================================
--- chrome/common/print_messages.h (revision 105826)
+++ chrome/common/print_messages.h (working copy)
@@ -284,6 +284,9 @@
// Tells a renderer to stop blocking script initiated printing.
IPC_MESSAGE_ROUTED0(PrintMsg_ResetScriptedPrintCount)
+// Tells a renderer print preview has finished so it can exit its nested loop.
+IPC_MESSAGE_ROUTED0(PrintMsg_PrintPreviewDone)
+
// Messages sent from the renderer to the browser.
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698